Html Css Color HEX #F16DC7 Neon Pink

📋 copy color: '#F16DC7'

red 241 ◦ green 109 ◦ blue 199

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

Shades of Neon Pink #F16DC7

Tints of Neon Pink #F16DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.25%

R = 43.9%
G = 19.85%
B = 36.25%

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

#F16DC7 (or 0xF16DC7) is known color: Neon Pink. HEX triplet: F1, 6D and C7. RGB value is (241,109,199). Sum of RGB (Red+Green+Blue) = 241+109+199=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DC7 is #0E9238. Grayscale: #9E9E9E. Windows color (decimal): -954937 or 13069809. OLE color: 13069809.

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

Color convert

RGB 241 109 199 -
CMYK 0 0.55 0.17 0.05
HSL 319.09º 0.83% 0.69% -
HSV(B) 319.09º 0.55% 0.95% -
XYZ 52.05 33.76 57.81 -
YUV 158.73 150.73 186.68 -
System Red Green Blue C M Y K H S L
Decimal 241 109 199 0 0.55 0.17 0.05 319.09 0.83 0.69
Hex F1 6D C7 0 37 11 5 13F 52 45
Octal 361 155 307 0 67 21 5 477 122 105
Binary 11110001 1101101 11000111 0 110111 10001 101 100111111 1010010 1000101

Color Harmonies of #F16DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16DC7

Black with #F16DC7

Text Example


Text Example

White with #F16DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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