#F29F70

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

Shades of Hit Pink #F29F70

Tints of Hit Pink #F29F70

Color information

#F29F70 (or 0xF29F70) is unknown color: approx Hit Pink. HEX triplet: F2, 9F and 70. RGB value is (242,159,112). Sum of RGB (Red+Green+Blue) = 242+159+112=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29F70 is #0D608F. Grayscale: #B2B2B2. Windows color (decimal): -876688 or 7380978. OLE color: 7380978.

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

Color convert

RGB242159112-
CMYK00.340.540.05
HSL21.69º83.33%69.41%-
HSV(B)21.69º53.72%94.9%-
XYZ51.9444.8421.25-
YUV178.4690.5173.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.17%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 112 (44.14% from 255) = 21.83%
R=47.17%
G=30.99%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215911200.340.540.0521.6983.3369.41
HexF29F70022365165345
Octal36223716004266526123105
Binary1111001010011111111000001000101101101011011010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29F70; }

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

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

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

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

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

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

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

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