Html Css Color HEX #F16FD6 Neon Pink

📋 copy color: '#F16FD6'

red 241 ◦ green 111 ◦ blue 214

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

Shades of Neon Pink #F16FD6

Tints of Neon Pink #F16FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.81%

R = 42.58%
G = 19.61%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F16FD6 (or 0xF16FD6) is known color: Neon Pink. HEX triplet: F1, 6F and D6. RGB value is (241,111,214). Sum of RGB (Red+Green+Blue) = 241+111+214=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FD6 is #0E9029. Grayscale: #A1A1A1. Windows color (decimal): -954410 or 14053361. OLE color: 14053361.

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

Color convert

RGB 241 111 214 -
CMYK 0 0.54 0.11 0.05
HSL 312.46º 0.82% 0.69% -
HSV(B) 312.46º 0.54% 0.95% -
XYZ 54.1 34.92 67.51 -
YUV 161.61 157.57 184.62 -
System Red Green Blue C M Y K H S L
Decimal 241 111 214 0 0.54 0.11 0.05 312.46 0.82 0.69
Hex F1 6F D6 0 36 B 5 138 52 45
Octal 361 157 326 0 66 13 5 470 122 105
Binary 11110001 1101111 11010110 0 110110 1011 101 100111000 1010010 1000101

Color Harmonies of #F16FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16FD6

Black with #F16FD6

Text Example


Text Example

White with #F16FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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