#F169C5

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

Shades of Neon Pink #F169C5

Tints of Neon Pink #F169C5

Color information

#F169C5 (or 0xF169C5) is unknown color: approx Neon Pink. HEX triplet: F1, 69 and C5. RGB value is (241,105,197). Sum of RGB (Red+Green+Blue) = 241+105+197=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F169C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F169C5 is #0E963A. Grayscale: #9B9B9B. Windows color (decimal): -955963 or 12937713. OLE color: 12937713.

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

Color convert

RGB241105197-
CMYK00.560.180.05
HSL319.41º82.93%67.84%-
HSV(B)319.41º56.43%94.51%-
XYZ51.4132.8456.45-
YUV156.15151.06188.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.38%
GREEN value IS 105 (41.41% from 255) = 19.34%
BLUE value IS 197 (77.34% from 255) = 36.28%
R=44.38%
G=19.34%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110519700.560.180.05319.4182.9367.84
HexF169C503812513f5344
Octal361151305070225477123104
Binary1111000111010011100010101110001001010110011111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F169C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F169C5; }

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

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

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

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

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

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

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

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