Html Css Color HEX #F16AC6 Neon Pink

📋 copy color: '#F16AC6'

red 241 ◦ green 106 ◦ blue 198

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

Shades of Neon Pink #F16AC6

Tints of Neon Pink #F16AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.33%

R = 44.22%
G = 19.45%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F16AC6 (or 0xF16AC6) is known color: Neon Pink. HEX triplet: F1, 6A and C6. RGB value is (241,106,198). Sum of RGB (Red+Green+Blue) = 241+106+198=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16AC6 is #0E9539. Grayscale: #9C9C9C. Windows color (decimal): -955706 or 13003505. OLE color: 13003505.

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

Color convert

RGB 241 106 198 -
CMYK 0 0.56 0.18 0.05
HSL 319.11º 0.83% 0.68% -
HSV(B) 319.11º 0.56% 0.95% -
XYZ 51.62 33.09 57.09 -
YUV 156.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 241 106 198 0 0.56 0.18 0.05 319.11 0.83 0.68
Hex F1 6A C6 0 38 12 5 13F 53 44
Octal 361 152 306 0 70 22 5 477 123 104
Binary 11110001 1101010 11000110 0 111000 10010 101 100111111 1010011 1000100

Color Harmonies of #F16AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16AC6

Black with #F16AC6

Text Example


Text Example

White with #F16AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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