#F38D8D

Color #F38D8D Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #F38D8D

Tints of Sweet Pink #F38D8D

Color information

#F38D8D (or 0xF38D8D) is unknown color: approx Sweet Pink. HEX triplet: F3, 8D and 8D. RGB value is (243,141,141). Sum of RGB (Red+Green+Blue) = 243+141+141=525 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.29% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38D8D is #0C7272. Grayscale: #ABABAB. Windows color (decimal): -815731 or 9276915. OLE color: 9276915.

HSL color Cylindrical-coordinate representation of color #F38D8D: hue angle of 0º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38D8D is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB243141141-
CMYK00.420.420.05
HSL80.95%75.29%-
HSV(B)41.98%95.29%-
XYZ51.2940.0330.22-
YUV171.5110.79179-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 46.29%
GREEN value IS 141 (55.47% from 255) = 26.86%
BLUE value IS 141 (55.47% from 255) = 26.86%
R=46.29%
G=26.86%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314114100.420.420.05080.9575.29
HexF38D8D02A2A50514b
Octal3632152150525250121113
Binary1111001110001101100011010101010101010101010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38D8D; }

 p { color: rgb(243,141,141); }

 H1.HeaderClassName
 {
   color: #F38D8D;
 }
 .AnyTagClassName
 {
   color: #F38D8D;
 }
</style>
background-color css

<style>
 a { background-color: #F38D8D; }

 a { background-color: rgb(243,141,141); }

 div.DivClassName
 {
   background-color: #F38D8D;
 }
 .BgClassName
 {
   background-color: #F38D8D;
 }
</style>
border-color css

<style>
 span { border-color: #F38D8D; }

 span { border-color: rgb(243,141,141); }

 td.TdClassName
 {
   border-color: #F38D8D;
 }
 .TagClassName
 {
   border-color: #F38D8D;
 }
</style>