#F3A075

Color #F3A075 Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #F3A075

Tints of Hit Pink #F3A075

Color information

#F3A075 (or 0xF3A075) is unknown color: approx Hit Pink. HEX triplet: F3, A0 and 75. RGB value is (243,160,117). Sum of RGB (Red+Green+Blue) = 243+160+117=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A075 is #0C5F8A. Grayscale: #B4B4B4. Windows color (decimal): -810891 or 7708915. OLE color: 7708915.

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

Color convert

RGB243160117-
CMYK00.340.520.05
HSL20.48º84%70.59%-
HSV(B)20.48º51.85%95.29%-
XYZ52.7445.4822.83-
YUV179.9292.5173-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.73%
GREEN value IS 160 (62.89% from 255) = 30.77%
BLUE value IS 117 (46.09% from 255) = 22.5%
R=46.73%
G=30.77%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316011700.340.520.0520.488470.59
HexF3A075022345145447
Octal36324016504264524124107
Binary1111001110100000111010101000101101001011010010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A075; }

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

 H1.HeaderClassName
 {
   color: #F3A075;
 }
 .AnyTagClassName
 {
   color: #F3A075;
 }
</style>
background-color css

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

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

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

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

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

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