#F71DFA

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

Shades of Magenta #F71DFA

Tints of Magenta #F71DFA

Color information

#F71DFA (or 0xF71DFA) is unknown color: approx Magenta. HEX triplet: F7, 1D and FA. RGB value is (247,29,250). Sum of RGB (Red+Green+Blue) = 247+29+250=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 29 (11.72% from 255 or 5.51% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #F71DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71DFA is #08E205. Grayscale: #767676. Windows color (decimal): -582150 or 16391671. OLE color: 16391671.

HSL color Cylindrical-coordinate representation of color #F71DFA: hue angle of 299.19º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71DFA is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24729250-
CMYK0.010.8800.02
HSL299.19º95.67%54.71%-
HSV(B)299.19º88.4%98.04%-
XYZ56.0527.5692.81-
YUV119.38201.72219.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.96%
GREEN value IS 29 (11.72% from 255) = 5.51%
BLUE value IS 250 (98.05% from 255) = 47.53%
R=46.96%
G=5.51%
B=47.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal247292500.010.8800.02299.1995.6754.71
HexF71DFA1580212b6037
Octal3673537211300245314067
Binary111101111110111111010110110000101001010111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71DFA; }

 p { color: rgb(247,29,250); }

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

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

 a { background-color: rgb(247,29,250); }

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

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

 span { border-color: rgb(247,29,250); }

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