#F16FD0

Color #F16FD0 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #F16FD0

Tints of Neon Pink #F16FD0

Color information

#F16FD0 (or 0xF16FD0) is unknown color: approx Neon Pink. HEX triplet: F1, 6F and D0. RGB value is (241,111,208). Sum of RGB (Red+Green+Blue) = 241+111+208=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FD0 is #0E902F. Grayscale: #A0A0A0. Windows color (decimal): -954416 or 13660145. OLE color: 13660145.

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

Color convert

RGB241111208-
CMYK00.540.140.05
HSL315.23º82.28%69.02%-
HSV(B)315.23º53.94%94.51%-
XYZ53.3534.6263.55-
YUV160.93154.57185.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.04%
GREEN value IS 111 (43.75% from 255) = 19.82%
BLUE value IS 208 (81.64% from 255) = 37.14%
R=43.04%
G=19.82%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111120800.540.140.05315.2382.2869.02
HexF16FD0036E513b5245
Octal361157320066165473122105
Binary111100011101111110100000110110111010110011101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16FD0; }

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

 H1.HeaderClassName
 {
   color: #F16FD0;
 }
 .AnyTagClassName
 {
   color: #F16FD0;
 }
</style>
background-color css

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

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

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

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

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

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