#F61CFD

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

Shades of Magenta #F61CFD

Tints of Magenta #F61CFD

Color information

#F61CFD (or 0xF61CFD) is unknown color: approx Magenta. HEX triplet: F6, 1C and FD. RGB value is (246,28,253). Sum of RGB (Red+Green+Blue) = 246+28+253=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 28 (11.33% from 255 or 5.31% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #F61CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61CFD is #09E302. Grayscale: #767676. Windows color (decimal): -647939 or 16588022. OLE color: 16588022.

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

Color convert

RGB24628253-
CMYK0.030.8900.01
HSL298.13º98.25%55.1%-
HSV(B)298.13º88.93%99.22%-
XYZ56.1527.5295.28-
YUV118.83203.72218.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.68%
GREEN value IS 28 (11.33% from 255) = 5.31%
BLUE value IS 253 (99.22% from 255) = 48.01%
R=46.68%
G=5.31%
B=48.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal246282530.030.8900.01298.1398.2555.1
HexF61CFD3590112a6237
Octal3663437531310145214267
Binary111101101110011111101111011001011001010101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61CFD; }

 p { color: rgb(246,28,253); }

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

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

 a { background-color: rgb(246,28,253); }

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

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

 span { border-color: rgb(246,28,253); }

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