Html Css Color HEX #F003E2 Hot Magenta

📋 copy color: '#F003E2'

red 240 ◦ green 3 ◦ blue 226

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

Shades of Hot Magenta #F003E2

Tints of Hot Magenta #F003E2

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.64%

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

R = 51.17%
G = 0.64%
B = 48.19%

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

#F003E2 (or 0xF003E2) is known color: Hot Magenta. HEX triplet: F0, 03 and E2. RGB value is (240,3,226). Sum of RGB (Red+Green+Blue) = 240+3+226=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 3 (1.56% from 255 or 0.64% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F003E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F003E2 is #0FFC1D. Grayscale: #626262. Windows color (decimal): -1047582 or 14812144. OLE color: 14812144.

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

Color convert

RGB 240 3 226 -
CMYK 0 0.99 0.06 0.06
HSL 303.54º 0.98% 0.48% -
HSV(B) 303.54º 0.99% 0.94% -
XYZ 49.7 24.08 73.98 -
YUV 99.29 199.52 228.37 -
System Red Green Blue C M Y K H S L
Decimal 240 3 226 0 0.99 0.06 0.06 303.54 0.98 0.48
Hex F0 3 E2 0 63 6 6 130 62 30
Octal 360 3 342 0 143 6 6 460 142 60
Binary 11110000 11 11100010 0 1100011 110 110 100110000 1100010 110000

Color Harmonies of #F003E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F003E2

Black with #F003E2

Text Example


Text Example

White with #F003E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F003E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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