Html Css Color HEX #F061C5 Neon Pink

📋 copy color: '#F061C5'

red 240 ◦ green 97 ◦ blue 197

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

Shades of Neon Pink #F061C5

Tints of Neon Pink #F061C5

RGB

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

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

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

R = 44.94%
G = 18.16%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F061C5 (or 0xF061C5) is known color: Neon Pink. HEX triplet: F0, 61 and C5. RGB value is (240,97,197). Sum of RGB (Red+Green+Blue) = 240+97+197=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 97 (38.28% from 255 or 18.16% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F061C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F061C5 is #0F9E3A. Grayscale: #969696. Windows color (decimal): -1023547 or 12935664. OLE color: 12935664.

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

Color convert

RGB 240 97 197 -
CMYK 0 0.60 0.18 0.06
HSL 318.04º 0.83% 0.66% -
HSV(B) 318.04º 0.6% 0.94% -
XYZ 50.29 31.11 56.18 -
YUV 151.16 153.88 191.37 -
System Red Green Blue C M Y K H S L
Decimal 240 97 197 0 0.60 0.18 0.06 318.04 0.83 0.66
Hex F0 61 C5 0 3C 12 6 13E 53 42
Octal 360 141 305 0 74 22 6 476 123 102
Binary 11110000 1100001 11000101 0 111100 10010 110 100111110 1010011 1000010

Color Harmonies of #F061C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F061C5

Black with #F061C5

Text Example


Text Example

White with #F061C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F061C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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