#F5077A

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

Shades of Deep Pink #F5077A

Tints of Deep Pink #F5077A

Color information

#F5077A (or 0xF5077A) is unknown color: approx Deep Pink. HEX triplet: F5, 07 and 7A. RGB value is (245,7,122). Sum of RGB (Red+Green+Blue) = 245+7+122=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F5077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5077A is #0AF885. Grayscale: #5B5B5B. Windows color (decimal): -718982 or 7997429. OLE color: 7997429.

HSL color Cylindrical-coordinate representation of color #F5077A: hue angle of 331.01º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5077A is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB2457122-
CMYK00.970.500.04
HSL331.01º94.44%49.41%-
HSV(B)331.01º97.14%96.08%-
XYZ41.2520.9720.29-
YUV91.27145.35237.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 65.51%
GREEN value IS 7 (3.12% from 255) = 1.87%
BLUE value IS 122 (48.05% from 255) = 32.62%
R=65.51%
G=1.87%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245712200.970.500.04331.0194.4449.41
HexF577A06132414b5e31
Octal3657172014162451313661
Binary111101011111111010011000011100101001010010111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5077A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5077A; }

 p { color: rgb(245,7,122); }

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

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

 a { background-color: rgb(245,7,122); }

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

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

 span { border-color: rgb(245,7,122); }

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