Html Css Color HEX #F16AC3 Neon Pink

📋 copy color: '#F16AC3'

red 241 ◦ green 106 ◦ blue 195

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

Shades of Neon Pink #F16AC3

Tints of Neon Pink #F16AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.98%

R = 44.46%
G = 19.56%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F16AC3 (or 0xF16AC3) is known color: Neon Pink. HEX triplet: F1, 6A and C3. RGB value is (241,106,195). Sum of RGB (Red+Green+Blue) = 241+106+195=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16AC3 is #0E953C. Grayscale: #9C9C9C. Windows color (decimal): -955709 or 12806897. OLE color: 12806897.

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

Color convert

RGB 241 106 195 -
CMYK 0 0.56 0.19 0.05
HSL 320.44º 0.83% 0.68% -
HSV(B) 320.44º 0.56% 0.95% -
XYZ 51.28 32.95 55.29 -
YUV 156.51 149.73 188.26 -
System Red Green Blue C M Y K H S L
Decimal 241 106 195 0 0.56 0.19 0.05 320.44 0.83 0.68
Hex F1 6A C3 0 38 13 5 140 53 44
Octal 361 152 303 0 70 23 5 500 123 104
Binary 11110001 1101010 11000011 0 111000 10011 101 101000000 1010011 1000100

Color Harmonies of #F16AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16AC3

Black with #F16AC3

Text Example


Text Example

White with #F16AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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