#F29F99

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

Shades of Sweet Pink #F29F99

Tints of Sweet Pink #F29F99

Color information

#F29F99 (or 0xF29F99) is unknown color: approx Sweet Pink. HEX triplet: F2, 9F and 99. RGB value is (242,159,153). Sum of RGB (Red+Green+Blue) = 242+159+153=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29F99 is #0D6066. Grayscale: #B7B7B7. Windows color (decimal): -876647 or 10067954. OLE color: 10067954.

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

Color convert

RGB242159153-
CMYK00.340.370.05
HSL4.04º77.39%77.45%-
HSV(B)4.04º36.78%94.9%-
XYZ54.7745.9736.12-
YUV183.13111169.99-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.68%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 153 (60.16% from 255) = 27.62%
R=43.68%
G=28.70%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215915300.340.370.054.0477.3977.45
HexF29F9902225544d4d
Octal3622372310424554115115
Binary111100101001111110011001010001010010110110010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29F99; }

 p { color: rgb(242,159,153); }

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

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

 a { background-color: rgb(242,159,153); }

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

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

 span { border-color: rgb(242,159,153); }

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