#F41CFD

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

Shades of Magenta #F41CFD

Tints of Magenta #F41CFD

Color information

#F41CFD (or 0xF41CFD) is unknown color: approx Magenta. HEX triplet: F4, 1C and FD. RGB value is (244,28,253). Sum of RGB (Red+Green+Blue) = 244+28+253=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 28 (11.33% from 255 or 5.33% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #F41CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41CFD is #0BE302. Grayscale: #757575. Windows color (decimal): -779011 or 16588020. OLE color: 16588020.

HSL color Cylindrical-coordinate representation of color #F41CFD: hue angle of 297.6º 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 #F41CFD is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24428253-
CMYK0.040.8900.01
HSL297.6º98.25%55.1%-
HSV(B)297.6º88.93%99.22%-
XYZ55.4527.1695.25-
YUV118.23204.06217.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.48%
GREEN value IS 28 (11.33% from 255) = 5.33%
BLUE value IS 253 (99.22% from 255) = 48.19%
R=46.48%
G=5.33%
B=48.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal244282530.040.8900.01297.698.2555.1
HexF41CFD4590112a6237
Octal3643437541310145214267
Binary1111010011100111111011001011001011001010101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41CFD; }

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

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

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

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

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

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

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

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