#f169c3

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

Shades of Neon Pink #F169C3

Tints of Neon Pink #F169C3

Color information

#F169C3 (or 0xF169C3) is unknown color: approx Neon Pink. HEX triplet: F1, 69 and C3. RGB value is (241,105,195). Sum of RGB (Red+Green+Blue) = 241+105+195=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F169C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F169C3 is #0E963C. Grayscale: #9B9B9B. Windows color (decimal): -955965 or 12806641. OLE color: 12806641.

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

Color convert

RGB241105195-
CMYK00.560.190.05
HSL320.29º82.93%67.84%-
HSV(B)320.29º56.43%94.51%-
XYZ51.1832.7455.25-
YUV155.92150.06188.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.55%
GREEN value IS 105 (41.41% from 255) = 19.41%
BLUE value IS 195 (76.56% from 255) = 36.04%
R=44.55%
G=19.41%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110519500.560.190.05320.2982.9367.84
HexF169C30381351405344
Octal361151303070235500123104
Binary1111000111010011100001101110001001110110100000010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f169c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f169c3; }

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

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

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

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

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

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

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

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