#F29287

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

Shades of Sweet Pink #F29287

Tints of Sweet Pink #F29287

Color information

#F29287 (or 0xF29287) is unknown color: approx Sweet Pink. HEX triplet: F2, 92 and 87. RGB value is (242,146,135). Sum of RGB (Red+Green+Blue) = 242+146+135=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 135 (53.12% from 255 or 25.81% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F29287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29287 is #0D6D78. Grayscale: #ADADAD. Windows color (decimal): -879993 or 8884978. OLE color: 8884978.

HSL color Cylindrical-coordinate representation of color #F29287: hue angle of 6.17º 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 #F29287 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB242146135-
CMYK00.400.440.05
HSL6.17º80.45%73.92%-
HSV(B)6.17º44.21%94.9%-
XYZ51.2741.1828.17-
YUV173.45106.3176.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.27%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 135 (53.12% from 255) = 25.81%
R=46.27%
G=27.92%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214613500.400.440.056.1780.4573.92
HexF292870282C56504a
Octal3622222070505456120112
Binary111100101001001010000111010100010110010111010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29287; }

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

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

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

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

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

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

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

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