#F11BF4

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

Shades of Magenta #F11BF4

Tints of Magenta #F11BF4

Color information

#F11BF4 (or 0xF11BF4) is unknown color: approx Magenta. HEX triplet: F1, 1B and F4. RGB value is (241,27,244). Sum of RGB (Red+Green+Blue) = 241+27+244=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 27 (10.94% from 255 or 5.27% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 244 - color contains mainly: blue. Hex color #F11BF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11BF4 is #0EE40B. Grayscale: #737373. Windows color (decimal): -975884 or 15997937. OLE color: 15997937.

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

Color convert

RGB24127244-
CMYK0.010.8900.04
HSL299.17º90.79%53.14%-
HSV(B)299.17º88.93%95.69%-
XYZ5326.0287.82-
YUV115.72200.4217.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.07%
GREEN value IS 27 (10.94% from 255) = 5.27%
BLUE value IS 244 (95.70% from 255) = 47.66%
R=47.07%
G=5.27%
B=47.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal241272440.010.8900.04299.1790.7953.14
HexF11BF41590412b5b35
Octal3613336411310445313365
Binary1111000111011111101001101100101001001010111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11BF4; }

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

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

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

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

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

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

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

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