Html Css Color HEX #F004EC Magenta

📋 copy color: '#F004EC'

red 240 ◦ green 4 ◦ blue 236

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

Shades of Magenta #F004EC

Tints of Magenta #F004EC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.83%

 BLUE value IS 236 (92.58% from 255) = 49.17%

R = 50%
G = 0.83%
B = 49.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F004EC (or 0xF004EC) is known color: Magenta. HEX triplet: F0, 04 and EC. RGB value is (240,4,236). Sum of RGB (Red+Green+Blue) = 240+4+236=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 4 (1.95% from 255 or 0.83% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F004EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F004EC is #0FFB13. Grayscale: #646464. Windows color (decimal): -1047316 or 15467760. OLE color: 15467760.

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

Color convert

RGB 240 4 236 -
CMYK 0 0.98 0.02 0.06
HSL 301.02º 0.97% 0.48% -
HSV(B) 301.02º 0.98% 0.94% -
XYZ 51.12 24.67 81.42 -
YUV 101.01 204.19 227.14 -
System Red Green Blue C M Y K H S L
Decimal 240 4 236 0 0.98 0.02 0.06 301.02 0.97 0.48
Hex F0 4 EC 0 62 2 6 12D 61 30
Octal 360 4 354 0 142 2 6 455 141 60
Binary 11110000 100 11101100 0 1100010 10 110 100101101 1100001 110000

Color Harmonies of #F004EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F004EC

Black with #F004EC

Text Example


Text Example

White with #F004EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F004EC; }

 p { color: rgb(240,4,236); }

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

background-color css

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

 a { background-color: rgb(240,4,236); }

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

border-color css

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

 span { border-color: rgb(240,4,236); }

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