#F16BC9

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

Shades of Neon Pink #F16BC9

Tints of Neon Pink #F16BC9

Color information

#F16BC9 (or 0xF16BC9) is unknown color: approx Neon Pink. HEX triplet: F1, 6B and C9. RGB value is (241,107,201). Sum of RGB (Red+Green+Blue) = 241+107+201=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BC9 is #0E9436. Grayscale: #9D9D9D. Windows color (decimal): -955447 or 13200369. OLE color: 13200369.

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

Color convert

RGB241107201-
CMYK00.560.170.05
HSL317.91º82.72%68.24%-
HSV(B)317.91º55.6%94.51%-
XYZ52.0833.4358.97-
YUV157.78152.39187.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.90%
GREEN value IS 107 (42.19% from 255) = 19.49%
BLUE value IS 201 (78.91% from 255) = 36.61%
R=43.90%
G=19.49%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110720100.560.170.05317.9182.7268.24
HexF16BC903811513e5344
Octal361153311070215476123104
Binary1111000111010111100100101110001000110110011111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16BC9; }

 p { color: rgb(241,107,201); }

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

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

 a { background-color: rgb(241,107,201); }

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

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

 span { border-color: rgb(241,107,201); }

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