#F29186

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

Shades of Sweet Pink #F29186

Tints of Sweet Pink #F29186

Color information

#F29186 (or 0xF29186) is unknown color: approx Sweet Pink. HEX triplet: F2, 91 and 86. RGB value is (242,145,134). Sum of RGB (Red+Green+Blue) = 242+145+134=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F29186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29186 is #0D6E79. Grayscale: #ACACAC. Windows color (decimal): -880250 or 8819186. OLE color: 8819186.

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

Color convert

RGB242145134-
CMYK00.400.450.05
HSL6.11º80.6%73.73%-
HSV(B)6.11º44.63%94.9%-
XYZ51.0540.8527.75-
YUV172.75106.14177.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.45%
GREEN value IS 145 (57.03% from 255) = 27.83%
BLUE value IS 134 (52.73% from 255) = 25.72%
R=46.45%
G=27.83%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214513400.400.450.056.1180.673.73
HexF291860282D56514a
Octal3622212060505556121112
Binary111100101001000110000110010100010110110111010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29186; }

 p { color: rgb(242,145,134); }

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

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

 a { background-color: rgb(242,145,134); }

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

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

 span { border-color: rgb(242,145,134); }

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