#F38E8E

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

Shades of Sweet Pink #F38E8E

Tints of Sweet Pink #F38E8E

Color information

#F38E8E (or 0xF38E8E) is unknown color: approx Sweet Pink. HEX triplet: F3, 8E and 8E. RGB value is (243,142,142). Sum of RGB (Red+Green+Blue) = 243+142+142=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38E8E is #0C7171. Grayscale: #ACACAC. Windows color (decimal): -815474 or 9342707. OLE color: 9342707.

HSL color Cylindrical-coordinate representation of color #F38E8E: 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 #F38E8E is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB243142142-
CMYK00.420.420.05
HSL80.8%75.49%-
HSV(B)41.56%95.29%-
XYZ51.5240.3530.66-
YUV172.2110.96178.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.11%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 142 (55.86% from 255) = 26.94%
R=46.11%
G=26.94%
B=26.94%

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
Decimal24314214200.420.420.05080.875.49
HexF38E8E02A2A50514b
Octal3632162160525250121113
Binary1111001110001110100011100101010101010101010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38E8E; }

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

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

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

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

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

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

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

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