Html Css Color HEX #F00FEB Magenta

📋 copy color: '#F00FEB'

red 240 ◦ green 15 ◦ blue 235

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

Shades of Magenta #F00FEB

Tints of Magenta #F00FEB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.06%

 BLUE value IS 235 (92.19% from 255) = 47.96%

R = 48.98%
G = 3.06%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F00FEB (or 0xF00FEB) is known color: Magenta. HEX triplet: F0, 0F and EB. RGB value is (240,15,235). Sum of RGB (Red+Green+Blue) = 240+15+235=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 15 (6.25% from 255 or 3.06% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00FEB is #0FF014. Grayscale: #6A6A6A. Windows color (decimal): -1044501 or 15405040. OLE color: 15405040.

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

Color convert

RGB 240 15 235 -
CMYK 0 0.94 0.02 0.06
HSL 301.33º 0.88% 0.5% -
HSV(B) 301.33º 0.94% 0.94% -
XYZ 51.1 24.87 80.7 -
YUV 107.36 200.04 222.61 -
System Red Green Blue C M Y K H S L
Decimal 240 15 235 0 0.94 0.02 0.06 301.33 0.88 0.5
Hex F0 F EB 0 5E 2 6 12D 58 32
Octal 360 17 353 0 136 2 6 455 130 62
Binary 11110000 1111 11101011 0 1011110 10 110 100101101 1011000 110010

Color Harmonies of #F00FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FEB

Black with #F00FEB

Text Example


Text Example

White with #F00FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FEB; }

 p { color: rgb(240,15,235); }

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

background-color css

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

 a { background-color: rgb(240,15,235); }

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

border-color css

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

 span { border-color: rgb(240,15,235); }

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