Html Css Color HEX #F3A076 Hit Pink

📋 copy color: '#F3A076'

red 243 ◦ green 160 ◦ blue 118

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

Shades of Hit Pink #F3A076

Tints of Hit Pink #F3A076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.65%

R = 46.64%
G = 30.71%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F3A076 (or 0xF3A076) is known color: Hit Pink. HEX triplet: F3, A0 and 76. RGB value is (243,160,118). Sum of RGB (Red+Green+Blue) = 243+160+118=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A076 is #0C5F89. Grayscale: #B4B4B4. Windows color (decimal): -810890 or 7774451. OLE color: 7774451.

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

Color convert

RGB 243 160 118 -
CMYK 0 0.34 0.51 0.05
HSL 20.16º 0.84% 0.71% -
HSV(B) 20.16º 0.51% 0.95% -
XYZ 52.8 45.5 23.14 -
YUV 180.03 93 172.92 -
System Red Green Blue C M Y K H S L
Decimal 243 160 118 0 0.34 0.51 0.05 20.16 0.84 0.71
Hex F3 A0 76 0 22 33 5 14 54 47
Octal 363 240 166 0 42 63 5 24 124 107
Binary 11110011 10100000 1110110 0 100010 110011 101 10100 1010100 1000111

Color Harmonies of #F3A076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A076

Black with #F3A076

Text Example


Text Example

White with #F3A076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A076; }

 p { color: rgb(243,160,118); }

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

background-color css

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

 a { background-color: rgb(243,160,118); }

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

border-color css

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

 span { border-color: rgb(243,160,118); }

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