Html Css Color HEX #F051C0 Neon Pink

📋 copy color: '#F051C0'

red 240 ◦ green 81 ◦ blue 192

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

Shades of Neon Pink #F051C0

Tints of Neon Pink #F051C0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.79%

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

R = 46.78%
G = 15.79%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F051C0 (or 0xF051C0) is known color: Neon Pink. HEX triplet: F0, 51 and C0. RGB value is (240,81,192). Sum of RGB (Red+Green+Blue) = 240+81+192=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 81 (32.03% from 255 or 15.79% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F051C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F051C0 is #0FAE3F. Grayscale: #8C8C8C. Windows color (decimal): -1027648 or 12603888. OLE color: 12603888.

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

Color convert

RGB 240 81 192 -
CMYK 0 0.66 0.20 0.06
HSL 318.11º 0.84% 0.63% -
HSV(B) 318.11º 0.66% 0.94% -
XYZ 48.39 28.22 52.76 -
YUV 141.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 240 81 192 0 0.66 0.20 0.06 318.11 0.84 0.63
Hex F0 51 C0 0 42 14 6 13E 54 3F
Octal 360 121 300 0 102 24 6 476 124 77
Binary 11110000 1010001 11000000 0 1000010 10100 110 100111110 1010100 111111

Color Harmonies of #F051C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F051C0

Black with #F051C0

Text Example


Text Example

White with #F051C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F051C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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