Html Css Color HEX #F16FC5 Neon Pink

📋 copy color: '#F16FC5'

red 241 ◦ green 111 ◦ blue 197

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

Shades of Neon Pink #F16FC5

Tints of Neon Pink #F16FC5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.22%

 BLUE value IS 197 (77.34% from 255) = 35.88%

R = 43.9%
G = 20.22%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F16FC5 (or 0xF16FC5) is known color: Neon Pink. HEX triplet: F1, 6F and C5. RGB value is (241,111,197). Sum of RGB (Red+Green+Blue) = 241+111+197=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FC5 is #0E903A. Grayscale: #9F9F9F. Windows color (decimal): -954427 or 12939249. OLE color: 12939249.

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

Color convert

RGB 241 111 197 -
CMYK 0 0.54 0.18 0.05
HSL 320.31º 0.82% 0.69% -
HSV(B) 320.31º 0.54% 0.95% -
XYZ 52.04 34.1 56.66 -
YUV 159.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 241 111 197 0 0.54 0.18 0.05 320.31 0.82 0.69
Hex F1 6F C5 0 36 12 5 140 52 45
Octal 361 157 305 0 66 22 5 500 122 105
Binary 11110001 1101111 11000101 0 110110 10010 101 101000000 1010010 1000101

Color Harmonies of #F16FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16FC5

Black with #F16FC5

Text Example


Text Example

White with #F16FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16FC5; }

 p { color: rgb(241,111,197); }

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

background-color css

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

 a { background-color: rgb(241,111,197); }

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

border-color css

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

 span { border-color: rgb(241,111,197); }

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