#F4A075

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

Shades of Hit Pink #F4A075

Tints of Hit Pink #F4A075

Color information

#F4A075 (or 0xF4A075) is unknown color: approx Hit Pink. HEX triplet: F4, A0 and 75. RGB value is (244,160,117). Sum of RGB (Red+Green+Blue) = 244+160+117=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A075 is #0B5F8A. Grayscale: #B4B4B4. Windows color (decimal): -745355 or 7708916. OLE color: 7708916.

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

Color convert

RGB244160117-
CMYK00.340.520.04
HSL20.31º85.23%70.78%-
HSV(B)20.31º52.05%95.69%-
XYZ53.0945.6622.84-
YUV180.2192.33173.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.83%
GREEN value IS 160 (62.89% from 255) = 30.71%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=46.83%
G=30.71%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416011700.340.520.0420.3185.2370.78
HexF4A075022344145547
Octal36424016504264424125107
Binary1111010010100000111010101000101101001001010010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A075; }

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

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

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

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

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

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

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

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