Html Css Color HEX #F004E0 Hot Magenta

📋 copy color: '#F004E0'

red 240 ◦ green 4 ◦ blue 224

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

Shades of Hot Magenta #F004E0

Tints of Hot Magenta #F004E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.86%

R = 51.28%
G = 0.85%
B = 47.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F004E0 (or 0xF004E0) is known color: Hot Magenta. HEX triplet: F0, 04 and E0. RGB value is (240,4,224). Sum of RGB (Red+Green+Blue) = 240+4+224=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 4 (1.95% from 255 or 0.85% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F004E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F004E0 is #0FFB1F. Grayscale: #636363. Windows color (decimal): -1047328 or 14681328. OLE color: 14681328.

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

Color convert

RGB 240 4 224 -
CMYK 0 0.98 0.07 0.06
HSL 304.07º 0.97% 0.48% -
HSV(B) 304.07º 0.98% 0.94% -
XYZ 49.43 23.99 72.55 -
YUV 99.64 198.19 228.11 -
System Red Green Blue C M Y K H S L
Decimal 240 4 224 0 0.98 0.07 0.06 304.07 0.97 0.48
Hex F0 4 E0 0 62 7 6 130 61 30
Octal 360 4 340 0 142 7 6 460 141 60
Binary 11110000 100 11100000 0 1100010 111 110 100110000 1100001 110000

Color Harmonies of #F004E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F004E0

Black with #F004E0

Text Example


Text Example

White with #F004E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F004E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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