Html Css Color HEX #F002ED Magenta

📋 copy color: '#F002ED'

red 240 ◦ green 2 ◦ blue 237

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

Shades of Magenta #F002ED

Tints of Magenta #F002ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.48%

R = 50.1%
G = 0.42%
B = 49.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F002ED (or 0xF002ED) is known color: Magenta. HEX triplet: F0, 02 and ED. RGB value is (240,2,237). Sum of RGB (Red+Green+Blue) = 240+2+237=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 2 (1.17% from 255 or 0.42% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F002ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F002ED is #0FFD12. Grayscale: #636363. Windows color (decimal): -1047827 or 15532784. OLE color: 15532784.

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

Color convert

RGB 240 2 237 -
CMYK 0 0.99 0.01 0.06
HSL 300.76º 0.98% 0.47% -
HSV(B) 300.76º 0.99% 0.94% -
XYZ 51.24 24.68 82.18 -
YUV 99.95 205.35 227.89 -
System Red Green Blue C M Y K H S L
Decimal 240 2 237 0 0.99 0.01 0.06 300.76 0.98 0.47
Hex F0 2 ED 0 63 1 6 12D 62 2F
Octal 360 2 355 0 143 1 6 455 142 57
Binary 11110000 10 11101101 0 1100011 1 110 100101101 1100010 101111

Color Harmonies of #F002ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002ED

Black with #F002ED

Text Example


Text Example

White with #F002ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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