Html Css Color HEX #F16CC2 Neon Pink

📋 copy color: '#F16CC2'

red 241 ◦ green 108 ◦ blue 194

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

Shades of Neon Pink #F16CC2

Tints of Neon Pink #F16CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.73%

R = 44.38%
G = 19.89%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F16CC2 (or 0xF16CC2) is known color: Neon Pink. HEX triplet: F1, 6C and C2. RGB value is (241,108,194). Sum of RGB (Red+Green+Blue) = 241+108+194=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CC2 is #0E933D. Grayscale: #9D9D9D. Windows color (decimal): -955198 or 12741873. OLE color: 12741873.

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

Color convert

RGB 241 108 194 -
CMYK 0 0.55 0.20 0.05
HSL 321.2º 0.83% 0.68% -
HSV(B) 321.2º 0.55% 0.95% -
XYZ 51.38 33.32 54.76 -
YUV 157.57 148.56 187.51 -
System Red Green Blue C M Y K H S L
Decimal 241 108 194 0 0.55 0.20 0.05 321.2 0.83 0.68
Hex F1 6C C2 0 37 14 5 141 53 44
Octal 361 154 302 0 67 24 5 501 123 104
Binary 11110001 1101100 11000010 0 110111 10100 101 101000001 1010011 1000100

Color Harmonies of #F16CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16CC2

Black with #F16CC2

Text Example


Text Example

White with #F16CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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