#F059BC

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

Shades of Hot Pink #F059BC

Tints of Hot Pink #F059BC

Color information

#F059BC (or 0xF059BC) is unknown color: approx Hot Pink. HEX triplet: F0, 59 and BC. RGB value is (240,89,188). Sum of RGB (Red+Green+Blue) = 240+89+188=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F059BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059BC is #0FA643. Grayscale: #919191. Windows color (decimal): -1025604 or 12343792. OLE color: 12343792.

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

Color convert

RGB24089188-
CMYK00.630.220.06
HSL320.66º83.43%64.51%-
HSV(B)320.66º62.92%94.12%-
XYZ48.5829.350.67-
YUV145.44152.03195.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.42%
GREEN value IS 89 (35.16% from 255) = 17.21%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=46.42%
G=17.21%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408918800.630.220.06320.6683.4364.51
HexF059BC03F1661415341
Octal360131274077266501123101
Binary1111000010110011011110001111111011011010100000110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F059BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F059BC; }

 p { color: rgb(240,89,188); }

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

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

 a { background-color: rgb(240,89,188); }

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

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

 span { border-color: rgb(240,89,188); }

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