#F41CFC

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

Shades of Magenta #F41CFC

Tints of Magenta #F41CFC

Color information

#F41CFC (or 0xF41CFC) is unknown color: approx Magenta. HEX triplet: F4, 1C and FC. RGB value is (244,28,252). Sum of RGB (Red+Green+Blue) = 244+28+252=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 28 (11.33% from 255 or 5.34% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #F41CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41CFC is #0BE303. Grayscale: #757575. Windows color (decimal): -779012 or 16522484. OLE color: 16522484.

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

Color convert

RGB24428252-
CMYK0.030.8900.01
HSL297.86º97.39%54.9%-
HSV(B)297.86º88.89%98.82%-
XYZ55.2927.0994.41-
YUV118.12203.56217.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.56%
GREEN value IS 28 (11.33% from 255) = 5.34%
BLUE value IS 252 (98.83% from 255) = 48.09%
R=46.56%
G=5.34%
B=48.09%

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
Decimal244282520.030.8900.01297.8697.3954.9
HexF41CFC3590112a6137
Octal3643437431310145214167
Binary111101001110011111100111011001011001010101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41CFC; }

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

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

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

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

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

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

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

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