#F05CBD

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

Shades of Hot Pink #F05CBD

Tints of Hot Pink #F05CBD

Color information

#F05CBD (or 0xF05CBD) is unknown color: approx Hot Pink. HEX triplet: F0, 5C and BD. RGB value is (240,92,189). Sum of RGB (Red+Green+Blue) = 240+92+189=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F05CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05CBD is #0FA342. Grayscale: #939393. Windows color (decimal): -1024835 or 12410096. OLE color: 12410096.

HSL color Cylindrical-coordinate representation of color #F05CBD: hue angle of 320.68º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05CBD is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB24092189-
CMYK00.620.210.06
HSL320.68º83.15%65.1%-
HSV(B)320.68º61.67%94.12%-
XYZ48.9529.8551.33-
YUV147.31151.53194.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.07%
GREEN value IS 92 (36.33% from 255) = 17.66%
BLUE value IS 189 (74.22% from 255) = 36.28%
R=46.07%
G=17.66%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409218900.620.210.06320.6883.1565.1
HexF05CBD03E1561415341
Octal360134275076256501123101
Binary1111000010111001011110101111101010111010100000110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05CBD; }

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

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

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

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

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

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

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

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