Html Css Color HEX #F059BA Hot Pink

📋 copy color: '#F059BA'

red 240 ◦ green 89 ◦ blue 186

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

Shades of Hot Pink #F059BA

Tints of Hot Pink #F059BA

RGB

 RED value IS 240 (94.14% from 255) = 46.6%

 GREEN value IS 89 (35.16% from 255) = 17.28%

 BLUE value IS 186 (73.05% from 255) = 36.12%

R = 46.6%
G = 17.28%
B = 36.12%

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

#F059BA (or 0xF059BA) is known color: Hot Pink. HEX triplet: F0, 59 and BA. RGB value is (240,89,186). Sum of RGB (Red+Green+Blue) = 240+89+186=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F059BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059BA is #0FA645. Grayscale: #909090. Windows color (decimal): -1025606 or 12212720. OLE color: 12212720.

HSL color Cylindrical-coordinate representation of color #F059BA: hue angle of 321.46º 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 #F059BA is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 89 186 -
CMYK 0 0.63 0.22 0.06
HSL 321.46º 0.83% 0.65% -
HSV(B) 321.46º 0.63% 0.94% -
XYZ 48.37 29.22 49.54 -
YUV 145.21 151.03 195.61 -
System Red Green Blue C M Y K H S L
Decimal 240 89 186 0 0.63 0.22 0.06 321.46 0.83 0.65
Hex F0 59 BA 0 3F 16 6 141 53 41
Octal 360 131 272 0 77 26 6 501 123 101
Binary 11110000 1011001 10111010 0 111111 10110 110 101000001 1010011 1000001

Color Harmonies of #F059BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059BA

Black with #F059BA

Text Example


Text Example

White with #F059BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059BA; }

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

 H1.HeaderClassName
 {
   color: #F059BA;
 }
 .AnyTagClassName
 {
   color: #F059BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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