Html Css Color HEX #F16FCA Neon Pink

📋 copy color: '#F16FCA'

red 241 ◦ green 111 ◦ blue 202

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

Shades of Neon Pink #F16FCA

Tints of Neon Pink #F16FCA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.04%

 BLUE value IS 202 (79.3% from 255) = 36.46%

R = 43.5%
G = 20.04%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F16FCA (or 0xF16FCA) is known color: Neon Pink. HEX triplet: F1, 6F and CA. RGB value is (241,111,202). Sum of RGB (Red+Green+Blue) = 241+111+202=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FCA is #0E9035. Grayscale: #A0A0A0. Windows color (decimal): -954422 or 13266929. OLE color: 13266929.

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

Color convert

RGB 241 111 202 -
CMYK 0 0.54 0.16 0.05
HSL 318º 0.82% 0.69% -
HSV(B) 318º 0.54% 0.95% -
XYZ 52.62 34.33 59.73 -
YUV 160.24 151.57 185.6 -
System Red Green Blue C M Y K H S L
Decimal 241 111 202 0 0.54 0.16 0.05 318 0.82 0.69
Hex F1 6F CA 0 36 10 5 13E 52 45
Octal 361 157 312 0 66 20 5 476 122 105
Binary 11110001 1101111 11001010 0 110110 10000 101 100111110 1010010 1000101

Color Harmonies of #F16FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16FCA

Black with #F16FCA

Text Example


Text Example

White with #F16FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16FCA; }

 p { color: rgb(241,111,202); }

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

background-color css

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

 a { background-color: rgb(241,111,202); }

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

border-color css

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

 span { border-color: rgb(241,111,202); }

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