#F45FB5

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

Shades of Hot Pink #F45FB5

Tints of Hot Pink #F45FB5

Color information

#F45FB5 (or 0xF45FB5) is unknown color: approx Hot Pink. HEX triplet: F4, 5F and B5. RGB value is (244,95,181). Sum of RGB (Red+Green+Blue) = 244+95+181=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F45FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45FB5 is #0BA04A. Grayscale: #959595. Windows color (decimal): -761931 or 11886580. OLE color: 11886580.

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

Color convert

RGB24495181-
CMYK00.610.260.04
HSL325.37º87.13%66.47%-
HSV(B)325.37º61.07%95.69%-
XYZ49.7430.7547.03-
YUV149.36145.86195.51-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.92%
GREEN value IS 95 (37.5% from 255) = 18.27%
BLUE value IS 181 (71.09% from 255) = 34.81%
R=46.92%
G=18.27%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449518100.610.260.04325.3787.1366.47
HexF45FB503D1A41455742
Octal364137265075324505127102
Binary1111010010111111011010101111011101010010100010110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45FB5; }

 p { color: rgb(244,95,181); }

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

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

 a { background-color: rgb(244,95,181); }

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

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

 span { border-color: rgb(244,95,181); }

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