Html Css Color HEX #F2A073 Hit Pink

📋 copy color: '#F2A073'

red 242 ◦ green 160 ◦ blue 115

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

Shades of Hit Pink #F2A073

Tints of Hit Pink #F2A073

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.95%

 BLUE value IS 115 (45.31% from 255) = 22.24%

R = 46.81%
G = 30.95%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2A073 (or 0xF2A073) is known color: Hit Pink. HEX triplet: F2, A0 and 73. RGB value is (242,160,115). Sum of RGB (Red+Green+Blue) = 242+160+115=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A073 is #0D5F8C. Grayscale: #B3B3B3. Windows color (decimal): -876429 or 7577842. OLE color: 7577842.

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

Color convert

RGB 242 160 115 -
CMYK 0 0.34 0.52 0.05
HSL 21.26º 0.83% 0.7% -
HSV(B) 21.26º 0.52% 0.95% -
XYZ 52.28 45.26 22.2 -
YUV 179.39 91.67 172.66 -
System Red Green Blue C M Y K H S L
Decimal 242 160 115 0 0.34 0.52 0.05 21.26 0.83 0.7
Hex F2 A0 73 0 22 34 5 15 53 46
Octal 362 240 163 0 42 64 5 25 123 106
Binary 11110010 10100000 1110011 0 100010 110100 101 10101 1010011 1000110

Color Harmonies of #F2A073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A073

Black with #F2A073

Text Example


Text Example

White with #F2A073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A073; }

 p { color: rgb(242,160,115); }

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

background-color css

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

 a { background-color: rgb(242,160,115); }

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

border-color css

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

 span { border-color: rgb(242,160,115); }

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