#F45DBA

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

Shades of Hot Pink #F45DBA

Tints of Hot Pink #F45DBA

Color information

#F45DBA (or 0xF45DBA) is unknown color: approx Hot Pink. HEX triplet: F4, 5D and BA. RGB value is (244,93,186). Sum of RGB (Red+Green+Blue) = 244+93+186=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F45DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45DBA is #0BA245. Grayscale: #949494. Windows color (decimal): -762438 or 12213748. OLE color: 12213748.

HSL color Cylindrical-coordinate representation of color #F45DBA: hue angle of 323.05º 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 #F45DBA is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB24493186-
CMYK00.620.240.04
HSL323.05º87.28%66.08%-
HSV(B)323.05º61.89%95.69%-
XYZ50.0930.6149.72-
YUV148.75149.03195.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.65%
GREEN value IS 93 (36.72% from 255) = 17.78%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=46.65%
G=17.78%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449318600.620.240.04323.0587.2866.08
HexF45DBA03E1841435742
Octal364135272076304503127102
Binary1111010010111011011101001111101100010010100001110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45DBA; }

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

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

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

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

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

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

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

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