Html Css Color HEX #F002E6 Magenta

📋 copy color: '#F002E6'

red 240 ◦ green 2 ◦ blue 230

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

Shades of Magenta #F002E6

Tints of Magenta #F002E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.73%

R = 50.85%
G = 0.42%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F002E6 (or 0xF002E6) is known color: Magenta. HEX triplet: F0, 02 and E6. RGB value is (240,2,230). Sum of RGB (Red+Green+Blue) = 240+2+230=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 2 (1.17% from 255 or 0.42% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F002E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F002E6 is #0FFD19. Grayscale: #626262. Windows color (decimal): -1047834 or 15074032. OLE color: 15074032.

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

Color convert

RGB 240 2 230 -
CMYK 0 0.99 0.04 0.06
HSL 302.52º 0.98% 0.47% -
HSV(B) 302.52º 0.99% 0.94% -
XYZ 50.24 24.28 76.9 -
YUV 99.15 201.85 228.46 -
System Red Green Blue C M Y K H S L
Decimal 240 2 230 0 0.99 0.04 0.06 302.52 0.98 0.47
Hex F0 2 E6 0 63 4 6 12F 62 2F
Octal 360 2 346 0 143 4 6 457 142 57
Binary 11110000 10 11100110 0 1100011 100 110 100101111 1100010 101111

Color Harmonies of #F002E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002E6

Black with #F002E6

Text Example


Text Example

White with #F002E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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