#F771DF

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

Shades of Pale Magenta #F771DF

Tints of Pale Magenta #F771DF

Color information

#F771DF (or 0xF771DF) is unknown color: approx Pale Magenta. HEX triplet: F7, 71 and DF. RGB value is (247,113,223). Sum of RGB (Red+Green+Blue) = 247+113+223=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 113 (44.53% from 255 or 19.38% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F771DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F771DF is #088E20. Grayscale: #A5A5A5. Windows color (decimal): -560673 or 14643703. OLE color: 14643703.

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

Color convert

RGB247113223-
CMYK00.540.100.03
HSL310.75º89.33%70.59%-
HSV(B)310.75º54.25%96.86%-
XYZ57.5836.9173.9-
YUV165.61160.39186.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.37%
GREEN value IS 113 (44.53% from 255) = 19.38%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=42.37%
G=19.38%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711322300.540.100.03310.7589.3370.59
HexF771DF036A31375947
Octal367161337066123467131107
Binary11110111111000111011111011011010101110011011110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F771DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F771DF; }

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

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

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

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

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

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

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

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