Html Css Color HEX #F002E2 Hot Magenta

📋 copy color: '#F002E2'

red 240 ◦ green 2 ◦ blue 226

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

Shades of Hot Magenta #F002E2

Tints of Hot Magenta #F002E2

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.43%

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

R = 51.28%
G = 0.43%
B = 48.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F002E2 (or 0xF002E2) is known color: Hot Magenta. HEX triplet: F0, 02 and E2. RGB value is (240,2,226). Sum of RGB (Red+Green+Blue) = 240+2+226=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 2 (1.17% from 255 or 0.43% from 468); Blue value is 226 (88.67% from 255 or 48.29% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F002E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002E2 is #0FFD1D. Grayscale: #626262. Windows color (decimal): -1047838 or 14811888. OLE color: 14811888.

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

Color convert

RGB 240 2 226 -
CMYK 0 0.99 0.06 0.06
HSL 303.53º 0.98% 0.47% -
HSV(B) 303.53º 0.99% 0.94% -
XYZ 49.68 24.06 73.98 -
YUV 98.7 199.85 228.79 -
System Red Green Blue C M Y K H S L
Decimal 240 2 226 0 0.99 0.06 0.06 303.53 0.98 0.47
Hex F0 2 E2 0 63 6 6 130 62 2F
Octal 360 2 342 0 143 6 6 460 142 57
Binary 11110000 10 11100010 0 1100011 110 110 100110000 1100010 101111

Color Harmonies of #F002E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002E2

Black with #F002E2

Text Example


Text Example

White with #F002E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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