Html Css Color HEX #F010E2 Hot Magenta

📋 copy color: '#F010E2'

red 240 ◦ green 16 ◦ blue 226

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

Shades of Hot Magenta #F010E2

Tints of Hot Magenta #F010E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.89%

R = 49.79%
G = 3.32%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F010E2 (or 0xF010E2) is known color: Hot Magenta. HEX triplet: F0, 10 and E2. RGB value is (240,16,226). Sum of RGB (Red+Green+Blue) = 240+16+226=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 16 (6.64% from 255 or 3.32% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F010E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010E2 is #0FEF1D. Grayscale: #6A6A6A. Windows color (decimal): -1044254 or 14815472. OLE color: 14815472.

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

Color convert

RGB 240 16 226 -
CMYK 0 0.93 0.06 0.06
HSL 303.75º 0.88% 0.5% -
HSV(B) 303.75º 0.93% 0.94% -
XYZ 49.85 24.39 74.03 -
YUV 106.92 195.21 222.92 -
System Red Green Blue C M Y K H S L
Decimal 240 16 226 0 0.93 0.06 0.06 303.75 0.88 0.5
Hex F0 10 E2 0 5D 6 6 130 58 32
Octal 360 20 342 0 135 6 6 460 130 62
Binary 11110000 10000 11100010 0 1011101 110 110 100110000 1011000 110010

Color Harmonies of #F010E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010E2

Black with #F010E2

Text Example


Text Example

White with #F010E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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