Html Css Color HEX #FE0DDA Hot Magenta

📋 copy color: '#FE0DDA'

red 254 ◦ green 13 ◦ blue 218

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

Shades of Hot Magenta #FE0DDA

Tints of Hot Magenta #FE0DDA

RGB

 RED value IS 254 (99.61% from 255) = 52.37%

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 52.37%
G = 2.68%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE0DDA (or 0xFE0DDA) is known color: Hot Magenta. HEX triplet: FE, 0D and DA. RGB value is (254,13,218). Sum of RGB (Red+Green+Blue) = 254+13+218=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 13 (5.47% from 255 or 2.68% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0DDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0DDA is #01F225. Grayscale: #6B6B6B. Windows color (decimal): -127526 or 14290430. OLE color: 14290430.

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

Color convert

RGB 254 13 218 -
CMYK 0 0.95 0.14 0.00
HSL 308.96º 0.99% 0.52% -
HSV(B) 308.96º 0.95% 1% -
XYZ 53.67 26.42 68.6 -
YUV 108.43 189.84 231.83 -
System Red Green Blue C M Y K H S L
Decimal 254 13 218 0 0.95 0.14 0.00 308.96 0.99 0.52
Hex FE D DA 0 5F E 0 135 63 34
Octal 376 15 332 0 137 16 0 465 143 64
Binary 11111110 1101 11011010 0 1011111 1110 0 100110101 1100011 110100

Color Harmonies of #FE0DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0DDA

Black with #FE0DDA

Text Example


Text Example

White with #FE0DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0DDA; }

 p { color: rgb(254,13,218); }

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

background-color css

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

 a { background-color: rgb(254,13,218); }

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

border-color css

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

 span { border-color: rgb(254,13,218); }

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