Html Css Color HEX #F059BE Neon Pink

📋 copy color: '#F059BE'

red 240 ◦ green 89 ◦ blue 190

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

Shades of Neon Pink #F059BE

Tints of Neon Pink #F059BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 46.24%
G = 17.15%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F059BE (or 0xF059BE) is known color: Neon Pink. HEX triplet: F0, 59 and BE. RGB value is (240,89,190). Sum of RGB (Red+Green+Blue) = 240+89+190=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F059BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059BE is #0FA641. Grayscale: #919191. Windows color (decimal): -1025602 or 12474864. OLE color: 12474864.

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

Color convert

RGB 240 89 190 -
CMYK 0 0.63 0.21 0.06
HSL 319.87º 0.83% 0.65% -
HSV(B) 319.87º 0.63% 0.94% -
XYZ 48.8 29.39 51.82 -
YUV 145.66 153.03 195.29 -
System Red Green Blue C M Y K H S L
Decimal 240 89 190 0 0.63 0.21 0.06 319.87 0.83 0.65
Hex F0 59 BE 0 3F 15 6 140 53 41
Octal 360 131 276 0 77 25 6 500 123 101
Binary 11110000 1011001 10111110 0 111111 10101 110 101000000 1010011 1000001

Color Harmonies of #F059BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059BE

Black with #F059BE

Text Example


Text Example

White with #F059BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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