#F5169F

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

Shades of Deep Pink #F5169F

Tints of Deep Pink #F5169F

Color information

#F5169F (or 0xF5169F) is unknown color: approx Deep Pink. HEX triplet: F5, 16 and 9F. RGB value is (245,22,159). Sum of RGB (Red+Green+Blue) = 245+22+159=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 22 (8.98% from 255 or 5.16% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F5169F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5169F is #0AE960. Grayscale: #676767. Windows color (decimal): -715105 or 10426101. OLE color: 10426101.

HSL color Cylindrical-coordinate representation of color #F5169F: hue angle of 323.14º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5169F is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB24522159-
CMYK00.910.350.04
HSL323.14º91.77%52.35%-
HSV(B)323.14º91.02%96.08%-
XYZ44.222.4934.81-
YUV104.3158.88228.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.51%
GREEN value IS 22 (8.98% from 255) = 5.16%
BLUE value IS 159 (62.5% from 255) = 37.32%
R=57.51%
G=5.16%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452215900.910.350.04323.1491.7752.35
HexF5169F05B2341435c34
Octal36526237013343450313464
Binary111101011011010011111010110111000111001010000111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5169F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5169F; }

 p { color: rgb(245,22,159); }

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

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

 a { background-color: rgb(245,22,159); }

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

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

 span { border-color: rgb(245,22,159); }

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