Html Css Color HEX #F16FCC Neon Pink

📋 copy color: '#F16FCC'

red 241 ◦ green 111 ◦ blue 204

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

Shades of Neon Pink #F16FCC

Tints of Neon Pink #F16FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.69%

R = 43.35%
G = 19.96%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F16FCC (or 0xF16FCC) is known color: Neon Pink. HEX triplet: F1, 6F and CC. RGB value is (241,111,204). Sum of RGB (Red+Green+Blue) = 241+111+204=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FCC is #0E9033. Grayscale: #A0A0A0. Windows color (decimal): -954420 or 13398001. OLE color: 13398001.

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

Color convert

RGB 241 111 204 -
CMYK 0 0.54 0.15 0.05
HSL 317.08º 0.82% 0.69% -
HSV(B) 317.08º 0.54% 0.95% -
XYZ 52.86 34.43 60.99 -
YUV 160.47 152.57 185.44 -
System Red Green Blue C M Y K H S L
Decimal 241 111 204 0 0.54 0.15 0.05 317.08 0.82 0.69
Hex F1 6F CC 0 36 F 5 13D 52 45
Octal 361 157 314 0 66 17 5 475 122 105
Binary 11110001 1101111 11001100 0 110110 1111 101 100111101 1010010 1000101

Color Harmonies of #F16FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16FCC

Black with #F16FCC

Text Example


Text Example

White with #F16FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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