Html Css Color HEX #F16CC8 Neon Pink

📋 copy color: '#F16CC8'

red 241 ◦ green 108 ◦ blue 200

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

Shades of Neon Pink #F16CC8

Tints of Neon Pink #F16CC8

RGB

 RED value IS 241 (94.53% from 255) = 43.9%

 GREEN value IS 108 (42.58% from 255) = 19.67%

 BLUE value IS 200 (78.52% from 255) = 36.43%

R = 43.9%
G = 19.67%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F16CC8 (or 0xF16CC8) is known color: Neon Pink. HEX triplet: F1, 6C and C8. RGB value is (241,108,200). Sum of RGB (Red+Green+Blue) = 241+108+200=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CC8 is #0E9337. Grayscale: #9E9E9E. Windows color (decimal): -955192 or 13135089. OLE color: 13135089.

HSL color Cylindrical-coordinate representation of color #F16CC8: hue angle of 318.5º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16CC8 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 108 200 -
CMYK 0 0.55 0.17 0.05
HSL 318.5º 0.83% 0.68% -
HSV(B) 318.5º 0.55% 0.95% -
XYZ 52.06 33.6 58.38 -
YUV 158.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 241 108 200 0 0.55 0.17 0.05 318.5 0.83 0.68
Hex F1 6C C8 0 37 11 5 13E 53 44
Octal 361 154 310 0 67 21 5 476 123 104
Binary 11110001 1101100 11001000 0 110111 10001 101 100111110 1010011 1000100

Color Harmonies of #F16CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16CC8

Black with #F16CC8

Text Example


Text Example

White with #F16CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16CC8; }

 p { color: rgb(241,108,200); }

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

background-color css

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

 a { background-color: rgb(241,108,200); }

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

border-color css

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

 span { border-color: rgb(241,108,200); }

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