Html Css Color HEX #F002E8 Magenta

📋 copy color: '#F002E8'

red 240 ◦ green 2 ◦ blue 232

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

Shades of Magenta #F002E8

Tints of Magenta #F002E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.95%

R = 50.63%
G = 0.42%
B = 48.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F002E8 (or 0xF002E8) is known color: Magenta. HEX triplet: F0, 02 and E8. RGB value is (240,2,232). Sum of RGB (Red+Green+Blue) = 240+2+232=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 2 (1.17% from 255 or 0.42% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F002E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F002E8 is #0FFD17. Grayscale: #626262. Windows color (decimal): -1047832 or 15205104. OLE color: 15205104.

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

Color convert

RGB 240 2 232 -
CMYK 0 0.99 0.03 0.06
HSL 302.02º 0.98% 0.47% -
HSV(B) 302.02º 0.99% 0.94% -
XYZ 50.52 24.39 78.39 -
YUV 99.38 202.85 228.3 -
System Red Green Blue C M Y K H S L
Decimal 240 2 232 0 0.99 0.03 0.06 302.02 0.98 0.47
Hex F0 2 E8 0 63 3 6 12E 62 2F
Octal 360 2 350 0 143 3 6 456 142 57
Binary 11110000 10 11101000 0 1100011 11 110 100101110 1100010 101111

Color Harmonies of #F002E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002E8

Black with #F002E8

Text Example


Text Example

White with #F002E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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