Html Css Color HEX #F16ABF Neon Pink

📋 copy color: '#F16ABF'

red 241 ◦ green 106 ◦ blue 191

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

Shades of Neon Pink #F16ABF

Tints of Neon Pink #F16ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.7%

 BLUE value IS 191 (75% from 255) = 35.5%

R = 44.8%
G = 19.7%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F16ABF (or 0xF16ABF) is known color: Neon Pink. HEX triplet: F1, 6A and BF. RGB value is (241,106,191). Sum of RGB (Red+Green+Blue) = 241+106+191=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ABF is #0E9540. Grayscale: #9B9B9B. Windows color (decimal): -955713 or 12544753. OLE color: 12544753.

HSL color Cylindrical-coordinate representation of color #F16ABF: hue angle of 322.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16ABF is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 106 191 -
CMYK 0 0.56 0.21 0.05
HSL 322.22º 0.83% 0.68% -
HSV(B) 322.22º 0.56% 0.95% -
XYZ 50.83 32.77 52.94 -
YUV 156.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 241 106 191 0 0.56 0.21 0.05 322.22 0.83 0.68
Hex F1 6A BF 0 38 15 5 142 53 44
Octal 361 152 277 0 70 25 5 502 123 104
Binary 11110001 1101010 10111111 0 111000 10101 101 101000010 1010011 1000100

Color Harmonies of #F16ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16ABF

Black with #F16ABF

Text Example


Text Example

White with #F16ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16ABF; }

 p { color: rgb(241,106,191); }

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

background-color css

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

 a { background-color: rgb(241,106,191); }

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

border-color css

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

 span { border-color: rgb(241,106,191); }

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