Html Css Color HEX #F001E2 Hot Magenta

📋 copy color: '#F001E2'

red 240 ◦ green 1 ◦ blue 226

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

Shades of Hot Magenta #F001E2

Tints of Hot Magenta #F001E2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 51.39%
G = 0.21%
B = 48.39%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F001E2 (or 0xF001E2) is known color: Hot Magenta. HEX triplet: F0, 01 and E2. RGB value is (240,1,226). Sum of RGB (Red+Green+Blue) = 240+1+226=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 1 (0.78% from 255 or 0.21% from 467); Blue value is 226 (88.67% from 255 or 48.39% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F001E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001E2 is #0FFE1D. Grayscale: #616161. Windows color (decimal): -1048094 or 14811632. OLE color: 14811632.

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

Color convert

RGB 240 1 226 -
CMYK 0 1.00 0.06 0.06
HSL 303.51º 0.99% 0.47% -
HSV(B) 303.51º 1% 0.94% -
XYZ 49.67 24.04 73.97 -
YUV 98.11 200.18 229.2 -
System Red Green Blue C M Y K H S L
Decimal 240 1 226 0 1.00 0.06 0.06 303.51 0.99 0.47
Hex F0 1 E2 0 64 6 6 130 63 2F
Octal 360 1 342 0 144 6 6 460 143 57
Binary 11110000 1 11100010 0 1100100 110 110 100110000 1100011 101111

Color Harmonies of #F001E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F001E2

Black with #F001E2

Text Example


Text Example

White with #F001E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F001E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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