Html Css Color HEX #F010E4 Hot Magenta

📋 copy color: '#F010E4'

red 240 ◦ green 16 ◦ blue 228

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

Shades of Hot Magenta #F010E4

Tints of Hot Magenta #F010E4

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.31%

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

R = 49.59%
G = 3.31%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F010E4 (or 0xF010E4) is known color: Hot Magenta. HEX triplet: F0, 10 and E4. RGB value is (240,16,228). Sum of RGB (Red+Green+Blue) = 240+16+228=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 16 (6.64% from 255 or 3.31% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F010E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010E4 is #0FEF1B. Grayscale: #6A6A6A. Windows color (decimal): -1044252 or 14946544. OLE color: 14946544.

HSL color Cylindrical-coordinate representation of color #F010E4: hue angle of 303.21º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F010E4 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 16 228 -
CMYK 0 0.93 0.05 0.06
HSL 303.21º 0.88% 0.5% -
HSV(B) 303.21º 0.93% 0.94% -
XYZ 50.12 24.5 75.49 -
YUV 107.14 196.21 222.76 -
System Red Green Blue C M Y K H S L
Decimal 240 16 228 0 0.93 0.05 0.06 303.21 0.88 0.5
Hex F0 10 E4 0 5D 5 6 12F 58 32
Octal 360 20 344 0 135 5 6 457 130 62
Binary 11110000 10000 11100100 0 1011101 101 110 100101111 1011000 110010

Color Harmonies of #F010E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010E4

Black with #F010E4

Text Example


Text Example

White with #F010E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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