#F01DEE

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

Shades of Magenta #F01DEE

Tints of Magenta #F01DEE

Color information

#F01DEE (or 0xF01DEE) is unknown color: approx Magenta. HEX triplet: F0, 1D and EE. RGB value is (240,29,238). Sum of RGB (Red+Green+Blue) = 240+29+238=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 29 (11.72% from 255 or 5.72% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F01DEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01DEE is #0FE211. Grayscale: #737373. Windows color (decimal): -1040914 or 15605232. OLE color: 15605232.

HSL color Cylindrical-coordinate representation of color #F01DEE: hue angle of 300.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01DEE is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB24029238-
CMYK00.880.010.06
HSL300.57º87.55%52.75%-
HSV(B)300.57º87.92%94.12%-
XYZ51.8125.5883.1-
YUV115.92196.9216.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.34%
GREEN value IS 29 (11.72% from 255) = 5.72%
BLUE value IS 238 (93.36% from 255) = 46.94%
R=47.34%
G=5.72%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402923800.880.010.06300.5787.5552.75
HexF01DEE0581612d5835
Octal3603535601301645513065
Binary1111000011101111011100101100011101001011011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01DEE; }

 p { color: rgb(240,29,238); }

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

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

 a { background-color: rgb(240,29,238); }

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

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

 span { border-color: rgb(240,29,238); }

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