#f772dc

Color #F772DC Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F772DC

Tints of Pale Magenta #F772DC

Color information

#F772DC (or 0xF772DC) is unknown color: approx Pale Magenta. HEX triplet: F7, 72 and DC. RGB value is (247,114,220). Sum of RGB (Red+Green+Blue) = 247+114+220=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 114 (44.92% from 255 or 19.62% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F772DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F772DC is #088D23. Grayscale: #A5A5A5. Windows color (decimal): -560420 or 14447351. OLE color: 14447351.

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

Color convert

RGB247114220-
CMYK00.540.110.03
HSL312.18º89.26%70.78%-
HSV(B)312.18º53.85%96.86%-
XYZ57.2936.9871.83-
YUV165.85158.56185.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.51%
GREEN value IS 114 (44.92% from 255) = 19.62%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=42.51%
G=19.62%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711422000.540.110.03312.1889.2670.78
HexF772DC036B31385947
Octal367162334066133470131107
Binary11110111111001011011100011011010111110011100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f772dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f772dc; }

 p { color: rgb(247,114,220); }

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

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

 a { background-color: rgb(247,114,220); }

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

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

 span { border-color: rgb(247,114,220); }

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