#F01BF4

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

Shades of Magenta #F01BF4

Tints of Magenta #F01BF4

Color information

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

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

Color convert

RGB24027244-
CMYK0.020.8900.04
HSL298.89º90.79%53.14%-
HSV(B)298.89º88.93%95.69%-
XYZ52.6625.8487.8-
YUV115.42200.57216.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal240272440.020.8900.04298.8990.7953.14
HexF01BF42590412b5b35
Octal3603336421310445313365
Binary11110000110111111010010101100101001001010111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01BF4; }

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

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

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

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

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

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

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

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