#F45DAF

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

Shades of Hot Pink #F45DAF

Tints of Hot Pink #F45DAF

Color information

#F45DAF (or 0xF45DAF) is unknown color: approx Hot Pink. HEX triplet: F4, 5D and AF. RGB value is (244,93,175). Sum of RGB (Red+Green+Blue) = 244+93+175=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F45DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45DAF is #0BA250. Grayscale: #939393. Windows color (decimal): -762449 or 11492852. OLE color: 11492852.

HSL color Cylindrical-coordinate representation of color #F45DAF: hue angle of 327.42º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45DAF is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB24493175-
CMYK00.620.280.04
HSL327.42º87.28%66.08%-
HSV(B)327.42º61.89%95.69%-
XYZ48.9630.1643.8-
YUV147.5143.53196.83-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.66%
GREEN value IS 93 (36.72% from 255) = 18.16%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=47.66%
G=18.16%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449317500.620.280.04327.4287.2866.08
HexF45DAF03E1C41475742
Octal364135257076344507127102
Binary1111010010111011010111101111101110010010100011110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45DAF; }

 p { color: rgb(244,93,175); }

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

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

 a { background-color: rgb(244,93,175); }

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

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

 span { border-color: rgb(244,93,175); }

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