Html Css Color HEX #F2A473 Hit Pink

📋 copy color: '#F2A473'

red 242 ◦ green 164 ◦ blue 115

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

Shades of Hit Pink #F2A473

Tints of Hit Pink #F2A473

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.48%

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

R = 46.45%
G = 31.48%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2A473 (or 0xF2A473) is known color: Hit Pink. HEX triplet: F2, A4 and 73. RGB value is (242,164,115). Sum of RGB (Red+Green+Blue) = 242+164+115=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A473 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A473 is #0D5B8C. Grayscale: #B6B6B6. Windows color (decimal): -875405 or 7578866. OLE color: 7578866.

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

Color convert

RGB 242 164 115 -
CMYK 0 0.32 0.52 0.05
HSL 23.15º 0.83% 0.7% -
HSV(B) 23.15º 0.52% 0.95% -
XYZ 52.99 46.67 22.43 -
YUV 181.74 90.34 170.98 -
System Red Green Blue C M Y K H S L
Decimal 242 164 115 0 0.32 0.52 0.05 23.15 0.83 0.7
Hex F2 A4 73 0 20 34 5 17 53 46
Octal 362 244 163 0 40 64 5 27 123 106
Binary 11110010 10100100 1110011 0 100000 110100 101 10111 1010011 1000110

Color Harmonies of #F2A473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A473

Black with #F2A473

Text Example


Text Example

White with #F2A473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A473; }

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

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

background-color css

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

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

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

border-color css

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

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

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