#F29687

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

Shades of Sweet Pink #F29687

Tints of Sweet Pink #F29687

Color information

#F29687 (or 0xF29687) is unknown color: approx Sweet Pink. HEX triplet: F2, 96 and 87. RGB value is (242,150,135). Sum of RGB (Red+Green+Blue) = 242+150+135=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 135 (53.12% from 255 or 25.62% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F29687 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29687 is #0D6978. Grayscale: #AFAFAF. Windows color (decimal): -878969 or 8886002. OLE color: 8886002.

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

Color convert

RGB242150135-
CMYK00.380.440.05
HSL8.41º80.45%73.92%-
HSV(B)8.41º44.21%94.9%-
XYZ51.942.4428.38-
YUV175.8104.98175.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.92%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 135 (53.12% from 255) = 25.62%
R=45.92%
G=28.46%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215013500.380.440.058.4180.4573.92
HexF296870262C58504a
Octal36222620704654510120112
Binary1111001010010110100001110100110101100101100010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29687; }

 p { color: rgb(242,150,135); }

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

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

 a { background-color: rgb(242,150,135); }

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

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

 span { border-color: rgb(242,150,135); }

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