#F41BEA

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

Shades of Magenta #F41BEA

Tints of Magenta #F41BEA

Color information

#F41BEA (or 0xF41BEA) is unknown color: approx Magenta. HEX triplet: F4, 1B and EA. RGB value is (244,27,234). Sum of RGB (Red+Green+Blue) = 244+27+234=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 27 (10.94% from 255 or 5.35% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F41BEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41BEA is #0BE415. Grayscale: #727272. Windows color (decimal): -779286 or 15342580. OLE color: 15342580.

HSL color Cylindrical-coordinate representation of color #F41BEA: hue angle of 302.76º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41BEA is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB24427234-
CMYK00.890.040.04
HSL302.76º90.79%53.14%-
HSV(B)302.76º88.93%95.69%-
XYZ52.5525.9680.08-
YUV115.48194.89219.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.32%
GREEN value IS 27 (10.94% from 255) = 5.35%
BLUE value IS 234 (91.80% from 255) = 46.34%
R=48.32%
G=5.35%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442723400.890.040.04302.7690.7953.14
HexF41BEA0594412f5b35
Octal3643335201314445713365
Binary111101001101111101010010110011001001001011111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41BEA; }

 p { color: rgb(244,27,234); }

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

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

 a { background-color: rgb(244,27,234); }

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

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

 span { border-color: rgb(244,27,234); }

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