#F61DFA

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

Shades of Magenta #F61DFA

Tints of Magenta #F61DFA

Color information

#F61DFA (or 0xF61DFA) is unknown color: approx Magenta. HEX triplet: F6, 1D and FA. RGB value is (246,29,250). Sum of RGB (Red+Green+Blue) = 246+29+250=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 29 (11.72% from 255 or 5.52% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #F61DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61DFA is #09E205. Grayscale: #767676. Windows color (decimal): -647686 or 16391670. OLE color: 16391670.

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

Color convert

RGB24629250-
CMYK0.020.8800.02
HSL298.91º95.67%54.71%-
HSV(B)298.91º88.4%98.04%-
XYZ55.727.3792.79-
YUV119.08201.89218.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.86%
GREEN value IS 29 (11.72% from 255) = 5.52%
BLUE value IS 250 (98.05% from 255) = 47.62%
R=46.86%
G=5.52%
B=47.62%

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
Decimal246292500.020.8800.02298.9195.6754.71
HexF61DFA2580212b6037
Octal3663537221300245314067
Binary1111011011101111110101010110000101001010111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61DFA; }

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

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

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

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

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

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

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

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