Html Css Color HEX #F059BC Hot Pink

📋 copy color: '#F059BC'

red 240 ◦ green 89 ◦ blue 188

#F059BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #F059BC

Tints of Hot Pink #F059BC

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 value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F059BC (or 0xF059BC) is known color: 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

RGB 240 89 188 -
CMYK 0 0.63 0.22 0.06
HSL 320.66º 0.83% 0.65% -
HSV(B) 320.66º 0.63% 0.94% -
XYZ 48.58 29.3 50.67 -
YUV 145.44 152.03 195.45 -
System Red Green Blue C M Y K H S L
Decimal 240 89 188 0 0.63 0.22 0.06 320.66 0.83 0.65
Hex F0 59 BC 0 3F 16 6 141 53 41
Octal 360 131 274 0 77 26 6 501 123 101
Binary 11110000 1011001 10111100 0 111111 10110 110 101000001 1010011 1000001

Color Harmonies of #F059BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059BC

Black with #F059BC

Text Example


Text Example

White with #F059BC

Text Example


Text Example

HTML Codes & Css Web 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>