#F41BF0

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

Shades of Magenta #F41BF0

Tints of Magenta #F41BF0

Color information

#F41BF0 (or 0xF41BF0) is unknown color: approx Magenta. HEX triplet: F4, 1B and F0. RGB value is (244,27,240). Sum of RGB (Red+Green+Blue) = 244+27+240=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 27 (10.94% from 255 or 5.28% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F41BF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41BF0 is #0BE40F. Grayscale: #737373. Windows color (decimal): -779280 or 15735796. OLE color: 15735796.

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

Color convert

RGB24427240-
CMYK00.890.020.04
HSL301.11º90.79%53.14%-
HSV(B)301.11º88.93%95.69%-
XYZ53.4326.3184.7-
YUV116.16197.89219.18-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.75%
GREEN value IS 27 (10.94% from 255) = 5.28%
BLUE value IS 240 (94.14% from 255) = 46.97%
R=47.75%
G=5.28%
B=46.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442724000.890.020.04301.1190.7953.14
HexF41BF00592412d5b35
Octal3643336001312445513365
Binary11110100110111111000001011001101001001011011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41BF0; }

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

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

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

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

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

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

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

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