Html Css Color HEX #F060C9 Neon Pink

📋 copy color: '#F060C9'

red 240 ◦ green 96 ◦ blue 201

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

Shades of Neon Pink #F060C9

Tints of Neon Pink #F060C9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.88%

 BLUE value IS 201 (78.91% from 255) = 37.43%

R = 44.69%
G = 17.88%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F060C9 (or 0xF060C9) is known color: Neon Pink. HEX triplet: F0, 60 and C9. RGB value is (240,96,201). Sum of RGB (Red+Green+Blue) = 240+96+201=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 96 (37.89% from 255 or 17.88% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F060C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060C9 is #0F9F36. Grayscale: #969696. Windows color (decimal): -1023799 or 13197552. OLE color: 13197552.

HSL color Cylindrical-coordinate representation of color #F060C9: hue angle of 316.25º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F060C9 is Cyan = 0, Magento = 0.6, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 96 201 -
CMYK 0 0.6 0.16 0.06
HSL 316.25º 0.83% 0.66% -
HSV(B) 316.25º 0.6% 0.94% -
XYZ 50.66 31.11 58.59 -
YUV 151.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 240 96 201 0 0.6 0.16 0.06 316.25 0.83 0.66
Hex F0 60 C9 0 3C 10 6 13C 53 42
Octal 360 140 311 0 74 20 6 474 123 102
Binary 11110000 1100000 11001001 0 111100 10000 110 100111100 1010011 1000010

Color Harmonies of #F060C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F060C9

Black with #F060C9

Text Example


Text Example

White with #F060C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F060C9; }

 p { color: rgb(240,96,201); }

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

background-color css

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

 a { background-color: rgb(240,96,201); }

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

border-color css

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

 span { border-color: rgb(240,96,201); }

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