#F71E8A

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

Shades of Deep Pink #F71E8A

Tints of Deep Pink #F71E8A

Color information

#F71E8A (or 0xF71E8A) is unknown color: approx Deep Pink. HEX triplet: F7, 1E and 8A. RGB value is (247,30,138). Sum of RGB (Red+Green+Blue) = 247+30+138=415 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.52% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71E8A is #08E175. Grayscale: #6A6A6A. Windows color (decimal): -582006 or 9051895. OLE color: 9051895.

HSL color Cylindrical-coordinate representation of color #F71E8A: hue angle of 330.14º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71E8A is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB24730138-
CMYK00.880.440.03
HSL330.14º93.13%54.31%-
HSV(B)330.14º87.85%96.86%-
XYZ43.4122.5426.11-
YUV107.2145.39227.72-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.52%
GREEN value IS 30 (12.11% from 255) = 7.23%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=59.52%
G=7.23%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2473013800.880.440.03330.1493.1354.31
HexF71E8A0582C314a5d36
Octal36736212013054351213566
Binary11110111111101000101001011000101100111010010101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71E8A; }

 p { color: rgb(247,30,138); }

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

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

 a { background-color: rgb(247,30,138); }

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

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

 span { border-color: rgb(247,30,138); }

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