#F45FB4

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

Shades of Hot Pink #F45FB4

Tints of Hot Pink #F45FB4

Color information

#F45FB4 (or 0xF45FB4) is unknown color: approx Hot Pink. HEX triplet: F4, 5F and B4. RGB value is (244,95,180). Sum of RGB (Red+Green+Blue) = 244+95+180=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F45FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45FB4 is #0BA04B. Grayscale: #959595. Windows color (decimal): -761932 or 11821044. OLE color: 11821044.

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

Color convert

RGB24495180-
CMYK00.610.260.04
HSL325.77º87.13%66.47%-
HSV(B)325.77º61.07%95.69%-
XYZ49.6430.7146.49-
YUV149.24145.36195.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.01%
GREEN value IS 95 (37.5% from 255) = 18.30%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=47.01%
G=18.30%
B=34.68%

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
Decimal2449518000.610.260.04325.7787.1366.47
HexF45FB403D1A41465742
Octal364137264075324506127102
Binary1111010010111111011010001111011101010010100011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45FB4; }

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

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

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

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

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

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

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

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