#F61AF8

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

Shades of Magenta #F61AF8

Tints of Magenta #F61AF8

Color information

#F61AF8 (or 0xF61AF8) is unknown color: approx Magenta. HEX triplet: F6, 1A and F8. RGB value is (246,26,248). Sum of RGB (Red+Green+Blue) = 246+26+248=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 26 (10.55% from 255 or 5% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #F61AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61AF8 is #09E507. Grayscale: #747474. Windows color (decimal): -648456 or 16259830. OLE color: 16259830.

HSL color Cylindrical-coordinate representation of color #F61AF8: hue angle of 299.46º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61AF8 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB24626248-
CMYK0.010.9000.03
HSL299.46º94.07%53.73%-
HSV(B)299.46º89.52%97.25%-
XYZ55.3227.1191.12-
YUV117.09201.89219.95-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.31%
GREEN value IS 26 (10.55% from 255) = 5%
BLUE value IS 248 (97.27% from 255) = 47.69%
R=47.31%
G=5%
B=47.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal246262480.010.9000.03299.4694.0753.73
HexF61AF815A0312b5e36
Octal3663237011320345313666
Binary111101101101011111000110110100111001010111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61AF8; }

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

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

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

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

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

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

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

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