Html Css Color HEX #F00EFF Magenta

📋 copy color: '#F00EFF'

red 240 ◦ green 14 ◦ blue 255

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

Shades of Magenta #F00EFF

Tints of Magenta #F00EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.75%

 BLUE value IS 255 (100% from 255) = 50.1%

R = 47.15%
G = 2.75%
B = 50.1%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F00EFF (or 0xF00EFF) is known color: Magenta. HEX triplet: F0, 0E and FF. RGB value is (240,14,255). Sum of RGB (Red+Green+Blue) = 240+14+255=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 14 (5.86% from 255 or 2.75% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #F00EFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00EFF is #0FF100. Grayscale: #6C6C6C. Windows color (decimal): -1044737 or 16715504. OLE color: 16715504.

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

Color convert

RGB 240 14 255 -
CMYK 0.06 0.95 0 0
HSL 296.27º 1% 0.53% -
HSV(B) 296.27º 0.95% 1% -
XYZ 54.14 26.06 96.78 -
YUV 109.05 210.37 221.4 -
System Red Green Blue C M Y K H S L
Decimal 240 14 255 0.06 0.95 0 0 296.27 1 0.53
Hex F0 E FF 6 5F 0 0 128 64 35
Octal 360 16 377 6 137 0 0 450 144 65
Binary 11110000 1110 11111111 110 1011111 0 0 100101000 1100100 110101

Color Harmonies of #F00EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00EFF

Black with #F00EFF

Text Example


Text Example

White with #F00EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00EFF; }

 p { color: rgb(240,14,255); }

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

background-color css

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

 a { background-color: rgb(240,14,255); }

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

border-color css

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

 span { border-color: rgb(240,14,255); }

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