Html Css Color HEX #F010ED Magenta

📋 copy color: '#F010ED'

red 240 ◦ green 16 ◦ blue 237

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

Shades of Magenta #F010ED

Tints of Magenta #F010ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.25%

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

R = 48.68%
G = 3.25%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F010ED (or 0xF010ED) is known color: Magenta. HEX triplet: F0, 10 and ED. RGB value is (240,16,237). Sum of RGB (Red+Green+Blue) = 240+16+237=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 16 (6.64% from 255 or 3.25% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F010ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F010ED is #0FEF12. Grayscale: #6B6B6B. Windows color (decimal): -1044243 or 15536368. OLE color: 15536368.

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

Color convert

RGB 240 16 237 -
CMYK 0 0.93 0.01 0.06
HSL 300.8º 0.88% 0.5% -
HSV(B) 300.8º 0.93% 0.94% -
XYZ 51.41 25.01 82.24 -
YUV 108.17 200.71 222.03 -
System Red Green Blue C M Y K H S L
Decimal 240 16 237 0 0.93 0.01 0.06 300.8 0.88 0.5
Hex F0 10 ED 0 5D 1 6 12D 58 32
Octal 360 20 355 0 135 1 6 455 130 62
Binary 11110000 10000 11101101 0 1011101 1 110 100101101 1011000 110010

Color Harmonies of #F010ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010ED

Black with #F010ED

Text Example


Text Example

White with #F010ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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