Html Css Color HEX #F020ED Magenta

📋 copy color: '#F020ED'

red 240 ◦ green 32 ◦ blue 237

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

Shades of Magenta #F020ED

Tints of Magenta #F020ED

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.29%

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

R = 47.15%
G = 6.29%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F020ED (or 0xF020ED) is known color: Magenta. HEX triplet: F0, 20 and ED. RGB value is (240,32,237). Sum of RGB (Red+Green+Blue) = 240+32+237=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 32 (12.89% from 255 or 6.29% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F020ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F020ED is #0FDF12. Grayscale: #747474. Windows color (decimal): -1040147 or 15540464. OLE color: 15540464.

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

Color convert

RGB 240 32 237 -
CMYK 0 0.87 0.01 0.06
HSL 300.87º 0.87% 0.53% -
HSV(B) 300.87º 0.87% 0.94% -
XYZ 51.74 25.67 82.35 -
YUV 117.56 195.41 215.33 -
System Red Green Blue C M Y K H S L
Decimal 240 32 237 0 0.87 0.01 0.06 300.87 0.87 0.53
Hex F0 20 ED 0 57 1 6 12D 57 35
Octal 360 40 355 0 127 1 6 455 127 65
Binary 11110000 100000 11101101 0 1010111 1 110 100101101 1010111 110101

Color Harmonies of #F020ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F020ED

Black with #F020ED

Text Example


Text Example

White with #F020ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F020ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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