Html Css Color HEX #F060C5 Neon Pink

📋 copy color: '#F060C5'

red 240 ◦ green 96 ◦ blue 197

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

Shades of Neon Pink #F060C5

Tints of Neon Pink #F060C5

RGB

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

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

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

R = 45.03%
G = 18.01%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F060C5 (or 0xF060C5) is known color: Neon Pink. HEX triplet: F0, 60 and C5. RGB value is (240,96,197). Sum of RGB (Red+Green+Blue) = 240+96+197=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F060C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060C5 is #0F9F3A. Grayscale: #969696. Windows color (decimal): -1023803 or 12935408. OLE color: 12935408.

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

Color convert

RGB 240 96 197 -
CMYK 0 0.6 0.18 0.06
HSL 317.92º 0.83% 0.66% -
HSV(B) 317.92º 0.6% 0.94% -
XYZ 50.2 30.92 56.15 -
YUV 150.57 154.21 191.79 -
System Red Green Blue C M Y K H S L
Decimal 240 96 197 0 0.6 0.18 0.06 317.92 0.83 0.66
Hex F0 60 C5 0 3C 12 6 13E 53 42
Octal 360 140 305 0 74 22 6 476 123 102
Binary 11110000 1100000 11000101 0 111100 10010 110 100111110 1010011 1000010

Color Harmonies of #F060C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F060C5

Black with #F060C5

Text Example


Text Example

White with #F060C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F060C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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