Html Css Color HEX #F29E6D Hit Pink

📋 copy color: '#F29E6D'

red 242 ◦ green 158 ◦ blue 109

#F29E6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Pink #F29E6D

Tints of Hit Pink #F29E6D

RGB

 RED value IS 242 (94.92% from 255) = 47.54%

 GREEN value IS 158 (62.11% from 255) = 31.04%

 BLUE value IS 109 (42.97% from 255) = 21.41%

R = 47.54%
G = 31.04%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F29E6D (or 0xF29E6D) is known color: Hit Pink. HEX triplet: F2, 9E and 6D. RGB value is (242,158,109). Sum of RGB (Red+Green+Blue) = 242+158+109=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29E6D is #0D6192. Grayscale: #B1B1B1. Windows color (decimal): -876947 or 7184114. OLE color: 7184114.

HSL color Cylindrical-coordinate representation of color #F29E6D: hue angle of 22.11º 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 #F29E6D is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 158 109 -
CMYK 0 0.35 0.55 0.05
HSL 22.11º 0.84% 0.69% -
HSV(B) 22.11º 0.55% 0.95% -
XYZ 51.61 44.44 20.32 -
YUV 177.53 89.33 173.98 -
System Red Green Blue C M Y K H S L
Decimal 242 158 109 0 0.35 0.55 0.05 22.11 0.84 0.69
Hex F2 9E 6D 0 23 37 5 16 54 45
Octal 362 236 155 0 43 67 5 26 124 105
Binary 11110010 10011110 1101101 0 100011 110111 101 10110 1010100 1000101

Color Harmonies of #F29E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29E6D

Black with #F29E6D

Text Example


Text Example

White with #F29E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29E6D; }

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

 H1.HeaderClassName
 {
   color: #F29E6D;
 }
 .AnyTagClassName
 {
   color: #F29E6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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