Html Css Color HEX #F3A270 Hit Pink

📋 copy color: '#F3A270'

red 243 ◦ green 162 ◦ blue 112

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

Shades of Hit Pink #F3A270

Tints of Hit Pink #F3A270

RGB

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

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

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

R = 47%
G = 31.33%
B = 21.66%

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

#F3A270 (or 0xF3A270) is known color: Hit Pink. HEX triplet: F3, A2 and 70. RGB value is (243,162,112). Sum of RGB (Red+Green+Blue) = 243+162+112=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A270 is #0C5D8F. Grayscale: #B4B4B4. Windows color (decimal): -810384 or 7381747. OLE color: 7381747.

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

Color convert

RGB 243 162 112 -
CMYK 0 0.33 0.54 0.05
HSL 22.9º 0.85% 0.7% -
HSV(B) 22.9º 0.54% 0.95% -
XYZ 52.81 46.07 21.44 -
YUV 180.52 89.34 172.57 -
System Red Green Blue C M Y K H S L
Decimal 243 162 112 0 0.33 0.54 0.05 22.9 0.85 0.7
Hex F3 A2 70 0 21 36 5 17 55 46
Octal 363 242 160 0 41 66 5 27 125 106
Binary 11110011 10100010 1110000 0 100001 110110 101 10111 1010101 1000110

Color Harmonies of #F3A270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A270

Black with #F3A270

Text Example


Text Example

White with #F3A270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A270; }

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

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

background-color css

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

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

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

border-color css

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

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

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