Html Css Color HEX #F3A470 Hit Pink

📋 copy color: '#F3A470'

red 243 ◦ green 164 ◦ blue 112

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

Shades of Hit Pink #F3A470

Tints of Hit Pink #F3A470

RGB

 RED value IS 243 (95.31% from 255) = 46.82%

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

 BLUE value IS 112 (44.14% from 255) = 21.58%

R = 46.82%
G = 31.6%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F3A470 (or 0xF3A470) is known color: Hit Pink. HEX triplet: F3, A4 and 70. RGB value is (243,164,112). Sum of RGB (Red+Green+Blue) = 243+164+112=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A470 is #0C5B8F. Grayscale: #B5B5B5. Windows color (decimal): -809872 or 7382259. OLE color: 7382259.

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

Color convert

RGB 243 164 112 -
CMYK 0 0.33 0.54 0.05
HSL 23.82º 0.85% 0.7% -
HSV(B) 23.82º 0.54% 0.95% -
XYZ 53.16 46.78 21.56 -
YUV 181.69 88.67 171.73 -
System Red Green Blue C M Y K H S L
Decimal 243 164 112 0 0.33 0.54 0.05 23.82 0.85 0.7
Hex F3 A4 70 0 21 36 5 18 55 46
Octal 363 244 160 0 41 66 5 30 125 106
Binary 11110011 10100100 1110000 0 100001 110110 101 11000 1010101 1000110

Color Harmonies of #F3A470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A470

Black with #F3A470

Text Example


Text Example

White with #F3A470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A470; }

 p { color: rgb(243,164,112); }

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

background-color css

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

 a { background-color: rgb(243,164,112); }

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

border-color css

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

 span { border-color: rgb(243,164,112); }

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