Html Css Color HEX #F059BF Neon Pink

📋 copy color: '#F059BF'

red 240 ◦ green 89 ◦ blue 191

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

Shades of Neon Pink #F059BF

Tints of Neon Pink #F059BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.73%

R = 46.15%
G = 17.12%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F059BF (or 0xF059BF) is known color: Neon Pink. HEX triplet: F0, 59 and BF. RGB value is (240,89,191). Sum of RGB (Red+Green+Blue) = 240+89+191=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F059BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059BF is #0FA640. Grayscale: #919191. Windows color (decimal): -1025601 or 12540400. OLE color: 12540400.

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

Color convert

RGB 240 89 191 -
CMYK 0 0.63 0.20 0.06
HSL 319.47º 0.83% 0.65% -
HSV(B) 319.47º 0.63% 0.94% -
XYZ 48.91 29.43 52.39 -
YUV 145.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 240 89 191 0 0.63 0.20 0.06 319.47 0.83 0.65
Hex F0 59 BF 0 3F 14 6 13F 53 41
Octal 360 131 277 0 77 24 6 477 123 101
Binary 11110000 1011001 10111111 0 111111 10100 110 100111111 1010011 1000001

Color Harmonies of #F059BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059BF

Black with #F059BF

Text Example


Text Example

White with #F059BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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