#F775DC

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

Shades of Pale Magenta #F775DC

Tints of Pale Magenta #F775DC

Color information

#F775DC (or 0xF775DC) is unknown color: approx Pale Magenta. HEX triplet: F7, 75 and DC. RGB value is (247,117,220). Sum of RGB (Red+Green+Blue) = 247+117+220=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F775DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F775DC is #088A23. Grayscale: #A7A7A7. Windows color (decimal): -559652 or 14448119. OLE color: 14448119.

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

Color convert

RGB247117220-
CMYK00.530.110.03
HSL312.46º89.04%71.37%-
HSV(B)312.46º52.63%96.86%-
XYZ57.6437.6671.94-
YUV167.61157.57184.62-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.29%
GREEN value IS 117 (46.09% from 255) = 20.03%
BLUE value IS 220 (86.33% from 255) = 37.67%
R=42.29%
G=20.03%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711722000.530.110.03312.4689.0471.37
HexF775DC035B31385947
Octal367165334065133470131107
Binary11110111111010111011100011010110111110011100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F775DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F775DC; }

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

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

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

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

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

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

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

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