#F29E72

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

Shades of Hit Pink #F29E72

Tints of Hit Pink #F29E72

Color information

#F29E72 (or 0xF29E72) is unknown color: approx Hit Pink. HEX triplet: F2, 9E and 72. RGB value is (242,158,114). Sum of RGB (Red+Green+Blue) = 242+158+114=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29E72 is #0D618D. Grayscale: #B2B2B2. Windows color (decimal): -876942 or 7511794. OLE color: 7511794.

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

Color convert

RGB242158114-
CMYK00.350.530.05
HSL20.63º83.12%69.8%-
HSV(B)20.63º52.89%94.9%-
XYZ51.8844.5521.78-
YUV178.191.83173.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.08%
GREEN value IS 158 (62.11% from 255) = 30.74%
BLUE value IS 114 (44.92% from 255) = 22.18%
R=47.08%
G=30.74%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215811400.350.530.0520.6383.1269.8
HexF29E72023355155346
Octal36223616204365525123106
Binary1111001010011110111001001000111101011011010110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29E72; }

 p { color: rgb(242,158,114); }

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

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

 a { background-color: rgb(242,158,114); }

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

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

 span { border-color: rgb(242,158,114); }

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