#F45CBD

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

Shades of Hot Pink #F45CBD

Tints of Hot Pink #F45CBD

Color information

#F45CBD (or 0xF45CBD) is unknown color: approx Hot Pink. HEX triplet: F4, 5C and BD. RGB value is (244,92,189). Sum of RGB (Red+Green+Blue) = 244+92+189=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F45CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45CBD is #0BA342. Grayscale: #949494. Windows color (decimal): -762691 or 12410100. OLE color: 12410100.

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

Color convert

RGB24492189-
CMYK00.620.230.04
HSL321.71º87.36%65.88%-
HSV(B)321.71º62.3%95.69%-
XYZ50.3230.5651.39-
YUV148.51150.86196.11-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.48%
GREEN value IS 92 (36.33% from 255) = 17.52%
BLUE value IS 189 (74.22% from 255) = 36%
R=46.48%
G=17.52%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449218900.620.230.04321.7187.3665.88
HexF45CBD03E1741425742
Octal364134275076274502127102
Binary1111010010111001011110101111101011110010100001010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45CBD; }

 p { color: rgb(244,92,189); }

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

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

 a { background-color: rgb(244,92,189); }

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

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

 span { border-color: rgb(244,92,189); }

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