Html Css Color HEX #F002E3 Hot Magenta

📋 copy color: '#F002E3'

red 240 ◦ green 2 ◦ blue 227

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

Shades of Hot Magenta #F002E3

Tints of Hot Magenta #F002E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.4%

R = 51.17%
G = 0.43%
B = 48.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F002E3 (or 0xF002E3) is known color: Hot Magenta. HEX triplet: F0, 02 and E3. RGB value is (240,2,227). Sum of RGB (Red+Green+Blue) = 240+2+227=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 2 (1.17% from 255 or 0.43% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F002E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002E3 is #0FFD1C. Grayscale: #626262. Windows color (decimal): -1047837 or 14877424. OLE color: 14877424.

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

Color convert

RGB 240 2 227 -
CMYK 0 0.99 0.05 0.06
HSL 303.28º 0.98% 0.47% -
HSV(B) 303.28º 0.99% 0.94% -
XYZ 49.82 24.11 74.7 -
YUV 98.81 200.35 228.7 -
System Red Green Blue C M Y K H S L
Decimal 240 2 227 0 0.99 0.05 0.06 303.28 0.98 0.47
Hex F0 2 E3 0 63 5 6 12F 62 2F
Octal 360 2 343 0 143 5 6 457 142 57
Binary 11110000 10 11100011 0 1100011 101 110 100101111 1100010 101111

Color Harmonies of #F002E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002E3

Black with #F002E3

Text Example


Text Example

White with #F002E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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