Html Css Color HEX #F061CA Neon Pink

📋 copy color: '#F061CA'

red 240 ◦ green 97 ◦ blue 202

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

Shades of Neon Pink #F061CA

Tints of Neon Pink #F061CA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18%

 BLUE value IS 202 (79.3% from 255) = 37.48%

R = 44.53%
G = 18%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F061CA (or 0xF061CA) is known color: Neon Pink. HEX triplet: F0, 61 and CA. RGB value is (240,97,202). Sum of RGB (Red+Green+Blue) = 240+97+202=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 97 (38.28% from 255 or 18.00% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F061CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F061CA is #0F9E35. Grayscale: #979797. Windows color (decimal): -1023542 or 13263344. OLE color: 13263344.

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

Color convert

RGB 240 97 202 -
CMYK 0 0.60 0.16 0.06
HSL 315.94º 0.83% 0.66% -
HSV(B) 315.94º 0.6% 0.94% -
XYZ 50.87 31.34 59.24 -
YUV 151.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 240 97 202 0 0.60 0.16 0.06 315.94 0.83 0.66
Hex F0 61 CA 0 3C 10 6 13C 53 42
Octal 360 141 312 0 74 20 6 474 123 102
Binary 11110000 1100001 11001010 0 111100 10000 110 100111100 1010011 1000010

Color Harmonies of #F061CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F061CA

Black with #F061CA

Text Example


Text Example

White with #F061CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F061CA; }

 p { color: rgb(240,97,202); }

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

background-color css

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

 a { background-color: rgb(240,97,202); }

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

border-color css

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

 span { border-color: rgb(240,97,202); }

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