#F29F90

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

Shades of Tonys Pink #F29F90

Tints of Tonys Pink #F29F90

Color information

#F29F90 (or 0xF29F90) is unknown color: approx Tonys Pink. HEX triplet: F2, 9F and 90. RGB value is (242,159,144). Sum of RGB (Red+Green+Blue) = 242+159+144=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29F90 is #0D606F. Grayscale: #B6B6B6. Windows color (decimal): -876656 or 9478130. OLE color: 9478130.

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

Color convert

RGB242159144-
CMYK00.340.400.05
HSL9.18º79.03%75.69%-
HSV(B)9.18º40.5%94.9%-
XYZ54.0545.6932.36-
YUV182.11106.5170.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.40%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 144 (56.64% from 255) = 26.42%
R=44.40%
G=29.17%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215914400.340.400.059.1879.0375.69
HexF29F9002228594f4c
Octal36223722004250511117114
Binary1111001010011111100100000100010101000101100110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29F90; }

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

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

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

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

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

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

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

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