Html Css Color HEX #F000E4 Hot Magenta

📋 copy color: '#F000E4'

red 240 ◦ green 0 ◦ blue 228

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

Shades of Hot Magenta #F000E4

Tints of Hot Magenta #F000E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.72%

R = 51.28%
G = 0%
B = 48.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F000E4 (or 0xF000E4) is known color: Hot Magenta. HEX triplet: F0, 00 and E4. RGB value is (240,0,228). Sum of RGB (Red+Green+Blue) = 240+0+228=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 0 (0.39% from 255 or 0% from 468); Blue value is 228 (89.45% from 255 or 48.72% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F000E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000E4 is #0FFF1B. Grayscale: #616161. Windows color (decimal): -1048348 or 14942448. OLE color: 14942448.

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

Color convert

RGB 240 0 228 -
CMYK 0 1 0.05 0.06
HSL 303º 1% 0.47% -
HSV(B) 303º 1% 0.94% -
XYZ 49.94 24.13 75.42 -
YUV 97.75 201.51 229.46 -
System Red Green Blue C M Y K H S L
Decimal 240 0 228 0 1 0.05 0.06 303 1 0.47
Hex F0 0 E4 0 64 5 6 12F 64 2F
Octal 360 0 344 0 144 5 6 457 144 57
Binary 11110000 0 11100100 0 1100100 101 110 100101111 1100100 101111

Color Harmonies of #F000E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F000E4

Black with #F000E4

Text Example


Text Example

White with #F000E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F000E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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