Html Css Color HEX #FF0DED Magenta

📋 copy color: '#FF0DED'

red 255 ◦ green 13 ◦ blue 237

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

Shades of Magenta #FF0DED

Tints of Magenta #FF0DED

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.57%

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

R = 50.5%
G = 2.57%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF0DED (or 0xFF0DED) is known color: Magenta. HEX triplet: FF, 0D and ED. RGB value is (255,13,237). Sum of RGB (Red+Green+Blue) = 255+13+237=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 13 (5.47% from 255 or 2.57% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0DED is #00F212. Grayscale: #6E6E6E. Windows color (decimal): -61971 or 15535615. OLE color: 15535615.

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

Color convert

RGB 255 13 237 -
CMYK 0 0.95 0.07 0
HSL 304.46º 1% 0.53% -
HSV(B) 304.46º 0.95% 1% -
XYZ 56.67 27.66 82.47 -
YUV 110.89 199.17 230.79 -
System Red Green Blue C M Y K H S L
Decimal 255 13 237 0 0.95 0.07 0 304.46 1 0.53
Hex FF D ED 0 5F 7 0 130 64 35
Octal 377 15 355 0 137 7 0 460 144 65
Binary 11111111 1101 11101101 0 1011111 111 0 100110000 1100100 110101

Color Harmonies of #FF0DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0DED

Black with #FF0DED

Text Example


Text Example

White with #FF0DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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