Html Css Color HEX #F061C0 Neon Pink

📋 copy color: '#F061C0'

red 240 ◦ green 97 ◦ blue 192

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

Shades of Neon Pink #F061C0

Tints of Neon Pink #F061C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.29%

R = 45.37%
G = 18.34%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F061C0 (or 0xF061C0) is known color: Neon Pink. HEX triplet: F0, 61 and C0. RGB value is (240,97,192). Sum of RGB (Red+Green+Blue) = 240+97+192=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F061C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F061C0 is #0F9E3F. Grayscale: #969696. Windows color (decimal): -1023552 or 12607984. OLE color: 12607984.

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

Color convert

RGB 240 97 192 -
CMYK 0 0.60 0.20 0.06
HSL 320.14º 0.83% 0.66% -
HSV(B) 320.14º 0.6% 0.94% -
XYZ 49.72 30.88 53.21 -
YUV 150.59 151.38 191.78 -
System Red Green Blue C M Y K H S L
Decimal 240 97 192 0 0.60 0.20 0.06 320.14 0.83 0.66
Hex F0 61 C0 0 3C 14 6 140 53 42
Octal 360 141 300 0 74 24 6 500 123 102
Binary 11110000 1100001 11000000 0 111100 10100 110 101000000 1010011 1000010

Color Harmonies of #F061C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F061C0

Black with #F061C0

Text Example


Text Example

White with #F061C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F061C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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