Html Css Color HEX #F2A273 Hit Pink

📋 copy color: '#F2A273'

red 242 ◦ green 162 ◦ blue 115

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

Shades of Hit Pink #F2A273

Tints of Hit Pink #F2A273

RGB

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

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

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

R = 46.63%
G = 31.21%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2A273 (or 0xF2A273) is known color: Hit Pink. HEX triplet: F2, A2 and 73. RGB value is (242,162,115). Sum of RGB (Red+Green+Blue) = 242+162+115=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A273 is #0D5D8C. Grayscale: #B4B4B4. Windows color (decimal): -875917 or 7578354. OLE color: 7578354.

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

Color convert

RGB 242 162 115 -
CMYK 0 0.33 0.52 0.05
HSL 22.2º 0.83% 0.7% -
HSV(B) 22.2º 0.52% 0.95% -
XYZ 52.63 45.96 22.32 -
YUV 180.56 91 171.82 -
System Red Green Blue C M Y K H S L
Decimal 242 162 115 0 0.33 0.52 0.05 22.2 0.83 0.7
Hex F2 A2 73 0 21 34 5 16 53 46
Octal 362 242 163 0 41 64 5 26 123 106
Binary 11110010 10100010 1110011 0 100001 110100 101 10110 1010011 1000110

Color Harmonies of #F2A273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A273

Black with #F2A273

Text Example


Text Example

White with #F2A273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A273; }

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

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

background-color css

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

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

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

border-color css

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

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

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