Html Css Color HEX #F16AD2 Neon Pink

📋 copy color: '#F16AD2'

red 241 ◦ green 106 ◦ blue 210

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

Shades of Neon Pink #F16AD2

Tints of Neon Pink #F16AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.7%

R = 43.27%
G = 19.03%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F16AD2 (or 0xF16AD2) is known color: Neon Pink. HEX triplet: F1, 6A and D2. RGB value is (241,106,210). Sum of RGB (Red+Green+Blue) = 241+106+210=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16AD2 is #0E952D. Grayscale: #9D9D9D. Windows color (decimal): -955694 or 13789937. OLE color: 13789937.

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

Color convert

RGB 241 106 210 -
CMYK 0 0.56 0.13 0.05
HSL 313.78º 0.83% 0.68% -
HSV(B) 313.78º 0.56% 0.95% -
XYZ 53.06 33.66 64.67 -
YUV 158.22 157.23 187.04 -
System Red Green Blue C M Y K H S L
Decimal 241 106 210 0 0.56 0.13 0.05 313.78 0.83 0.68
Hex F1 6A D2 0 38 D 5 13A 53 44
Octal 361 152 322 0 70 15 5 472 123 104
Binary 11110001 1101010 11010010 0 111000 1101 101 100111010 1010011 1000100

Color Harmonies of #F16AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16AD2

Black with #F16AD2

Text Example


Text Example

White with #F16AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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