Html Css Color HEX #F16ED2 Neon Pink

📋 copy color: '#F16ED2'

red 241 ◦ green 110 ◦ blue 210

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

Shades of Neon Pink #F16ED2

Tints of Neon Pink #F16ED2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.61%

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

R = 42.96%
G = 19.61%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F16ED2 (or 0xF16ED2) is known color: Neon Pink. HEX triplet: F1, 6E and D2. RGB value is (241,110,210). Sum of RGB (Red+Green+Blue) = 241+110+210=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 110 (43.36% from 255 or 19.61% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ED2 is #0E912D. Grayscale: #A0A0A0. Windows color (decimal): -954670 or 13790961. OLE color: 13790961.

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

Color convert

RGB 241 110 210 -
CMYK 0 0.54 0.13 0.05
HSL 314.2º 0.82% 0.69% -
HSV(B) 314.2º 0.54% 0.95% -
XYZ 53.48 34.51 64.81 -
YUV 160.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 241 110 210 0 0.54 0.13 0.05 314.2 0.82 0.69
Hex F1 6E D2 0 36 D 5 13A 52 45
Octal 361 156 322 0 66 15 5 472 122 105
Binary 11110001 1101110 11010010 0 110110 1101 101 100111010 1010010 1000101

Color Harmonies of #F16ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16ED2

Black with #F16ED2

Text Example


Text Example

White with #F16ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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