#F29D6E

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

Shades of Hit Pink #F29D6E

Tints of Hit Pink #F29D6E

Color information

#F29D6E (or 0xF29D6E) is unknown color: approx Hit Pink. HEX triplet: F2, 9D and 6E. RGB value is (242,157,110). Sum of RGB (Red+Green+Blue) = 242+157+110=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29D6E is #0D6291. Grayscale: #B1B1B1. Windows color (decimal): -877202 or 7249394. OLE color: 7249394.

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

Color convert

RGB242157110-
CMYK00.350.550.05
HSL21.36º83.54%69.02%-
HSV(B)21.36º54.55%94.9%-
XYZ51.4944.1220.55-
YUV177.0690.16174.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.54%
GREEN value IS 157 (61.72% from 255) = 30.84%
BLUE value IS 110 (43.36% from 255) = 21.61%
R=47.54%
G=30.84%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215711000.350.550.0521.3683.5469.02
HexF29D6E023375155445
Octal36223515604367525124105
Binary1111001010011101110111001000111101111011010110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29D6E; }

 p { color: rgb(242,157,110); }

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

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

 a { background-color: rgb(242,157,110); }

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

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

 span { border-color: rgb(242,157,110); }

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