#F16FCB

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

Shades of Neon Pink #F16FCB

Tints of Neon Pink #F16FCB

Color information

#F16FCB (or 0xF16FCB) is unknown color: approx Neon Pink. HEX triplet: F1, 6F and CB. RGB value is (241,111,203). Sum of RGB (Red+Green+Blue) = 241+111+203=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FCB is #0E9034. Grayscale: #A0A0A0. Windows color (decimal): -954421 or 13332465. OLE color: 13332465.

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

Color convert

RGB241111203-
CMYK00.540.160.05
HSL317.54º82.28%69.02%-
HSV(B)317.54º53.94%94.51%-
XYZ52.7434.3860.36-
YUV160.36152.07185.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.42%
GREEN value IS 111 (43.75% from 255) = 20%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=43.42%
G=20%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111120300.540.160.05317.5482.2869.02
HexF16FCB03610513e5245
Octal361157313066205476122105
Binary1111000111011111100101101101101000010110011111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16FCB; }

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

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

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

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

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

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

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

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