Html Css Color HEX #F059C5 Neon Pink

📋 copy color: '#F059C5'

red 240 ◦ green 89 ◦ blue 197

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

Shades of Neon Pink #F059C5

Tints of Neon Pink #F059C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.45%

R = 45.63%
G = 16.92%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F059C5 (or 0xF059C5) is known color: Neon Pink. HEX triplet: F0, 59 and C5. RGB value is (240,89,197). Sum of RGB (Red+Green+Blue) = 240+89+197=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F059C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059C5 is #0FA63A. Grayscale: #929292. Windows color (decimal): -1025595 or 12933616. OLE color: 12933616.

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

Color convert

RGB 240 89 197 -
CMYK 0 0.63 0.18 0.06
HSL 317.09º 0.83% 0.65% -
HSV(B) 317.09º 0.63% 0.94% -
XYZ 49.59 29.7 55.94 -
YUV 146.46 156.53 194.72 -
System Red Green Blue C M Y K H S L
Decimal 240 89 197 0 0.63 0.18 0.06 317.09 0.83 0.65
Hex F0 59 C5 0 3F 12 6 13D 53 41
Octal 360 131 305 0 77 22 6 475 123 101
Binary 11110000 1011001 11000101 0 111111 10010 110 100111101 1010011 1000001

Color Harmonies of #F059C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059C5

Black with #F059C5

Text Example


Text Example

White with #F059C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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