#f51397

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

Shades of Deep Pink #F51397

Tints of Deep Pink #F51397

Color information

#F51397 (or 0xF51397) is unknown color: approx Deep Pink. HEX triplet: F5, 13 and 97. RGB value is (245,19,151). Sum of RGB (Red+Green+Blue) = 245+19+151=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F51397 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51397 is #0AEC68. Grayscale: #656565. Windows color (decimal): -715881 or 9901045. OLE color: 9901045.

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

Color convert

RGB24519151-
CMYK00.920.380.04
HSL324.96º91.87%51.76%-
HSV(B)324.96º92.24%96.08%-
XYZ43.4722.1131.25-
YUV101.62155.87230.27-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.04%
GREEN value IS 19 (7.81% from 255) = 4.58%
BLUE value IS 151 (59.38% from 255) = 36.39%
R=59.04%
G=4.58%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451915100.920.380.04324.9691.8751.76
HexF5139705C2641455c34
Octal36523227013446450513464
Binary111101011001110010111010111001001101001010001011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f51397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f51397; }

 p { color: rgb(245,19,151); }

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

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

 a { background-color: rgb(245,19,151); }

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

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

 span { border-color: rgb(245,19,151); }

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