Html Css Color HEX #F16ACE Neon Pink

📋 copy color: '#F16ACE'

red 241 ◦ green 106 ◦ blue 206

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

Shades of Neon Pink #F16ACE

Tints of Neon Pink #F16ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.25%

R = 43.58%
G = 19.17%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F16ACE (or 0xF16ACE) is known color: Neon Pink. HEX triplet: F1, 6A and CE. RGB value is (241,106,206). Sum of RGB (Red+Green+Blue) = 241+106+206=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ACE is #0E9531. Grayscale: #9D9D9D. Windows color (decimal): -955698 or 13527793. OLE color: 13527793.

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

Color convert

RGB 241 106 206 -
CMYK 0 0.56 0.15 0.05
HSL 315.56º 0.83% 0.68% -
HSV(B) 315.56º 0.56% 0.95% -
XYZ 52.57 33.47 62.08 -
YUV 157.77 155.23 187.37 -
System Red Green Blue C M Y K H S L
Decimal 241 106 206 0 0.56 0.15 0.05 315.56 0.83 0.68
Hex F1 6A CE 0 38 F 5 13C 53 44
Octal 361 152 316 0 70 17 5 474 123 104
Binary 11110001 1101010 11001110 0 111000 1111 101 100111100 1010011 1000100

Color Harmonies of #F16ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16ACE

Black with #F16ACE

Text Example


Text Example

White with #F16ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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