#F71E7A

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

Shades of Deep Pink #F71E7A

Tints of Deep Pink #F71E7A

Color information

#F71E7A (or 0xF71E7A) is unknown color: approx Deep Pink. HEX triplet: F7, 1E and 7A. RGB value is (247,30,122). Sum of RGB (Red+Green+Blue) = 247+30+122=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71E7A is #08E185. Grayscale: #696969. Windows color (decimal): -582022 or 8003319. OLE color: 8003319.

HSL color Cylindrical-coordinate representation of color #F71E7A: hue angle of 334.56º 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 #F71E7A is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB24730122-
CMYK00.880.510.03
HSL334.56º93.13%54.31%-
HSV(B)334.56º87.85%96.86%-
XYZ42.3322.1120.45-
YUV105.37137.39229.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 61.90%
GREEN value IS 30 (12.11% from 255) = 7.52%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=61.90%
G=7.52%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2473012200.880.510.03334.5693.1354.31
HexF71E7A05833314f5d36
Octal36736172013063351713566
Binary1111011111110111101001011000110011111010011111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71E7A; }

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

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

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

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

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

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

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

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