#F775DF

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

Shades of Pale Magenta #F775DF

Tints of Pale Magenta #F775DF

Color information

#F775DF (or 0xF775DF) is unknown color: approx Pale Magenta. HEX triplet: F7, 75 and DF. RGB value is (247,117,223). Sum of RGB (Red+Green+Blue) = 247+117+223=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F775DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F775DF is #088A20. Grayscale: #A7A7A7. Windows color (decimal): -559649 or 14644727. OLE color: 14644727.

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

Color convert

RGB247117223-
CMYK00.530.100.03
HSL311.08º89.04%71.37%-
HSV(B)311.08º52.63%96.86%-
XYZ58.0437.8274.05-
YUV167.95159.07184.38-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.08%
GREEN value IS 117 (46.09% from 255) = 19.93%
BLUE value IS 223 (87.5% from 255) = 37.99%
R=42.08%
G=19.93%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711722300.530.100.03311.0889.0471.37
HexF775DF035A31375947
Octal367165337065123467131107
Binary11110111111010111011111011010110101110011011110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F775DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F775DF; }

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

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

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

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

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

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

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

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