#F51497

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

Shades of Deep Pink #F51497

Tints of Deep Pink #F51497

Color information

#F51497 (or 0xF51497) is unknown color: approx Deep Pink. HEX triplet: F5, 14 and 97. RGB value is (245,20,151). Sum of RGB (Red+Green+Blue) = 245+20+151=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F51497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51497 is #0AEB68. Grayscale: #656565. Windows color (decimal): -715625 or 9901301. OLE color: 9901301.

HSL color Cylindrical-coordinate representation of color #F51497: hue angle of 325.07º 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 #F51497 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB24520151-
CMYK00.920.380.04
HSL325.07º91.84%51.96%-
HSV(B)325.07º91.84%96.08%-
XYZ43.4922.1531.26-
YUV102.21155.54229.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.89%
GREEN value IS 20 (8.20% from 255) = 4.81%
BLUE value IS 151 (59.38% from 255) = 36.30%
R=58.89%
G=4.81%
B=36.30%

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
Decimal2452015100.920.380.04325.0791.8451.96
HexF5149705C2641455c34
Octal36524227013446450513464
Binary111101011010010010111010111001001101001010001011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51497; }

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

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

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

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

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

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

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

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