#F51DFA

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

Shades of Magenta #F51DFA

Tints of Magenta #F51DFA

Color information

#F51DFA (or 0xF51DFA) is unknown color: approx Magenta. HEX triplet: F5, 1D and FA. RGB value is (245,29,250). Sum of RGB (Red+Green+Blue) = 245+29+250=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 29 (11.72% from 255 or 5.53% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #F51DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51DFA is #0AE205. Grayscale: #767676. Windows color (decimal): -713222 or 16391669. OLE color: 16391669.

HSL color Cylindrical-coordinate representation of color #F51DFA: hue angle of 298.64º 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 #F51DFA is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24529250-
CMYK0.020.8800.02
HSL298.64º95.67%54.71%-
HSV(B)298.64º88.4%98.04%-
XYZ55.3527.1992.77-
YUV118.78202.06218.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.76%
GREEN value IS 29 (11.72% from 255) = 5.53%
BLUE value IS 250 (98.05% from 255) = 47.71%
R=46.76%
G=5.53%
B=47.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal245292500.020.8800.02298.6495.6754.71
HexF51DFA2580212b6037
Octal3653537221300245314067
Binary1111010111101111110101010110000101001010111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51DFA; }

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

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

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

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

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

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

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

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