Html Css Color HEX #F01EEF Magenta

📋 copy color: '#F01EEF'

red 240 ◦ green 30 ◦ blue 239

#F01EEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #F01EEF

Tints of Magenta #F01EEF

RGB

 RED value IS 240 (94.14% from 255) = 47.15%

 GREEN value IS 30 (12.11% from 255) = 5.89%

 BLUE value IS 239 (93.75% from 255) = 46.95%

R = 47.15%
G = 5.89%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F01EEF (or 0xF01EEF) is known color: Magenta. HEX triplet: F0, 1E and EF. RGB value is (240,30,239). Sum of RGB (Red+Green+Blue) = 240+30+239=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 30 (12.11% from 255 or 5.89% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F01EEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01EEF is #0FE110. Grayscale: #737373. Windows color (decimal): -1040657 or 15671024. OLE color: 15671024.

HSL color Cylindrical-coordinate representation of color #F01EEF: hue angle of 300.29º 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 #F01EEF is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 30 239 -
CMYK 0 0.87 0.00 0.06
HSL 300.29º 0.88% 0.53% -
HSV(B) 300.29º 0.88% 0.94% -
XYZ 51.98 25.69 83.88 -
YUV 116.62 197.07 216.01 -
System Red Green Blue C M Y K H S L
Decimal 240 30 239 0 0.87 0.00 0.06 300.29 0.88 0.53
Hex F0 1E EF 0 57 0 6 12C 58 35
Octal 360 36 357 0 127 0 6 454 130 65
Binary 11110000 11110 11101111 0 1010111 0 110 100101100 1011000 110101

Color Harmonies of #F01EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01EEF

Black with #F01EEF

Text Example


Text Example

White with #F01EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01EEF; }

 p { color: rgb(240,30,239); }

 H1.HeaderClassName
 {
   color: #F01EEF;
 }
 .AnyTagClassName
 {
   color: #F01EEF;
 }
</style>

background-color css

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

 a { background-color: rgb(240,30,239); }

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

border-color css

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

 span { border-color: rgb(240,30,239); }

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