Html Css Color HEX #F16DC0 Neon Pink

📋 copy color: '#F16DC0'

red 241 ◦ green 109 ◦ blue 192

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

Shades of Neon Pink #F16DC0

Tints of Neon Pink #F16DC0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.11%

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

R = 44.46%
G = 20.11%
B = 35.42%

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

#F16DC0 (or 0xF16DC0) is known color: Neon Pink. HEX triplet: F1, 6D and C0. RGB value is (241,109,192). Sum of RGB (Red+Green+Blue) = 241+109+192=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DC0 is #0E923F. Grayscale: #9D9D9D. Windows color (decimal): -954944 or 12611057. OLE color: 12611057.

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

Color convert

RGB 241 109 192 -
CMYK 0 0.55 0.20 0.05
HSL 322.27º 0.83% 0.69% -
HSV(B) 322.27º 0.55% 0.95% -
XYZ 51.26 33.44 53.62 -
YUV 157.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 241 109 192 0 0.55 0.20 0.05 322.27 0.83 0.69
Hex F1 6D C0 0 37 14 5 142 52 45
Octal 361 155 300 0 67 24 5 502 122 105
Binary 11110001 1101101 11000000 0 110111 10100 101 101000010 1010010 1000101

Color Harmonies of #F16DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16DC0

Black with #F16DC0

Text Example


Text Example

White with #F16DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16DC0; }

 p { color: rgb(241,109,192); }

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

background-color css

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

 a { background-color: rgb(241,109,192); }

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

border-color css

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

 span { border-color: rgb(241,109,192); }

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