Html Css Color HEX #F2A277 Hit Pink

📋 copy color: '#F2A277'

red 242 ◦ green 162 ◦ blue 119

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

Shades of Hit Pink #F2A277

Tints of Hit Pink #F2A277

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.98%

 BLUE value IS 119 (46.88% from 255) = 22.75%

R = 46.27%
G = 30.98%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F2A277 (or 0xF2A277) is known color: Hit Pink. HEX triplet: F2, A2 and 77. RGB value is (242,162,119). Sum of RGB (Red+Green+Blue) = 242+162+119=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 119 (46.88% from 255 or 22.75% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A277 is #0D5D88. Grayscale: #B5B5B5. Windows color (decimal): -875913 or 7840498. OLE color: 7840498.

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

Color convert

RGB 242 162 119 -
CMYK 0 0.33 0.51 0.05
HSL 20.98º 0.83% 0.71% -
HSV(B) 20.98º 0.51% 0.95% -
XYZ 52.87 46.05 23.55 -
YUV 181.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 242 162 119 0 0.33 0.51 0.05 20.98 0.83 0.71
Hex F2 A2 77 0 21 33 5 15 53 47
Octal 362 242 167 0 41 63 5 25 123 107
Binary 11110010 10100010 1110111 0 100001 110011 101 10101 1010011 1000111

Color Harmonies of #F2A277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A277

Black with #F2A277

Text Example


Text Example

White with #F2A277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A277; }

 p { color: rgb(242,162,119); }

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

background-color css

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

 a { background-color: rgb(242,162,119); }

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

border-color css

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

 span { border-color: rgb(242,162,119); }

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