#F169C8

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

Shades of Neon Pink #F169C8

Tints of Neon Pink #F169C8

Color information

#F169C8 (or 0xF169C8) is unknown color: approx Neon Pink. HEX triplet: F1, 69 and C8. RGB value is (241,105,200). Sum of RGB (Red+Green+Blue) = 241+105+200=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F169C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F169C8 is #0E9637. Grayscale: #9C9C9C. Windows color (decimal): -955960 or 13134321. OLE color: 13134321.

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

Color convert

RGB241105200-
CMYK00.560.170.05
HSL318.09º82.93%67.84%-
HSV(B)318.09º56.43%94.51%-
XYZ51.7532.9758.28-
YUV156.49152.56188.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.14%
GREEN value IS 105 (41.41% from 255) = 19.23%
BLUE value IS 200 (78.52% from 255) = 36.63%
R=44.14%
G=19.23%
B=36.63%

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
Decimal24110520000.560.170.05318.0982.9367.84
HexF169C803811513e5344
Octal361151310070215476123104
Binary1111000111010011100100001110001000110110011111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F169C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F169C8; }

 p { color: rgb(241,105,200); }

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

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

 a { background-color: rgb(241,105,200); }

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

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

 span { border-color: rgb(241,105,200); }

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