Html Css Color HEX #F000E0 Hot Magenta

📋 copy color: '#F000E0'

red 240 ◦ green 0 ◦ blue 224

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

Shades of Hot Magenta #F000E0

Tints of Hot Magenta #F000E0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.72%
G = 0%
B = 48.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F000E0 (or 0xF000E0) is known color: Hot Magenta. HEX triplet: F0, 00 and E0. RGB value is (240,0,224). Sum of RGB (Red+Green+Blue) = 240+0+224=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 0 (0.39% from 255 or 0% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F000E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000E0 is #0FFF1F. Grayscale: #606060. Windows color (decimal): -1048352 or 14680304. OLE color: 14680304.

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

Color convert

RGB 240 0 224 -
CMYK 0 1 0.07 0.06
HSL 304º 1% 0.47% -
HSV(B) 304º 1% 0.94% -
XYZ 49.39 23.91 72.53 -
YUV 97.3 199.51 229.79 -
System Red Green Blue C M Y K H S L
Decimal 240 0 224 0 1 0.07 0.06 304 1 0.47
Hex F0 0 E0 0 64 7 6 130 64 2F
Octal 360 0 340 0 144 7 6 460 144 57
Binary 11110000 0 11100000 0 1100100 111 110 100110000 1100100 101111

Color Harmonies of #F000E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F000E0

Black with #F000E0

Text Example


Text Example

White with #F000E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F000E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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