Html Css Color HEX #FF10ED Magenta

📋 copy color: '#FF10ED'

red 255 ◦ green 16 ◦ blue 237

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

Shades of Magenta #FF10ED

Tints of Magenta #FF10ED

RGB

 RED value IS 255 (100% from 255) = 50.2%

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

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

R = 50.2%
G = 3.15%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF10ED (or 0xFF10ED) is known color: Magenta. HEX triplet: FF, 10 and ED. RGB value is (255,16,237). Sum of RGB (Red+Green+Blue) = 255+16+237=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 16 (6.64% from 255 or 3.15% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF10ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF10ED is #00EF12. Grayscale: #707070. Windows color (decimal): -61203 or 15536383. OLE color: 15536383.

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

Color convert

RGB 255 16 237 -
CMYK 0 0.94 0.07 0
HSL 304.52º 1% 0.53% -
HSV(B) 304.52º 0.94% 1% -
XYZ 56.71 27.75 82.49 -
YUV 112.66 198.18 229.53 -
System Red Green Blue C M Y K H S L
Decimal 255 16 237 0 0.94 0.07 0 304.52 1 0.53
Hex FF 10 ED 0 5E 7 0 131 64 35
Octal 377 20 355 0 136 7 0 461 144 65
Binary 11111111 10000 11101101 0 1011110 111 0 100110001 1100100 110101

Color Harmonies of #FF10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF10ED

Black with #FF10ED

Text Example


Text Example

White with #FF10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF10ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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