#F61AF7

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

Shades of Magenta #F61AF7

Tints of Magenta #F61AF7

Color information

#F61AF7 (or 0xF61AF7) is unknown color: approx Magenta. HEX triplet: F6, 1A and F7. RGB value is (246,26,247). Sum of RGB (Red+Green+Blue) = 246+26+247=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 26 (10.55% from 255 or 5.01% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #F61AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61AF7 is #09E508. Grayscale: #747474. Windows color (decimal): -648457 or 16194294. OLE color: 16194294.

HSL color Cylindrical-coordinate representation of color #F61AF7: hue angle of 299.73º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61AF7 is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB24626247-
CMYK0.000.8900.03
HSL299.73º93.25%53.53%-
HSV(B)299.73º89.47%96.86%-
XYZ55.1627.0590.31-
YUV116.97201.39220.03-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.40%
GREEN value IS 26 (10.55% from 255) = 5.01%
BLUE value IS 247 (96.88% from 255) = 47.59%
R=47.40%
G=5.01%
B=47.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal246262470.000.8900.03299.7393.2553.53
HexF61AF70590312c5d36
Octal3663236701310345413566
Binary111101101101011110111010110010111001011001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61AF7; }

 p { color: rgb(246,26,247); }

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

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

 a { background-color: rgb(246,26,247); }

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

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

 span { border-color: rgb(246,26,247); }

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