Html Css Color HEX #FD0ECE Hot Magenta

📋 copy color: '#FD0ECE'

red 253 ◦ green 14 ◦ blue 206

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

Shades of Hot Magenta #FD0ECE

Tints of Hot Magenta #FD0ECE

RGB

 RED value IS 253 (99.22% from 255) = 53.49%

 GREEN value IS 14 (5.86% from 255) = 2.96%

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 53.49%
G = 2.96%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD0ECE (or 0xFD0ECE) is known color: Hot Magenta. HEX triplet: FD, 0E and CE. RGB value is (253,14,206). Sum of RGB (Red+Green+Blue) = 253+14+206=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 14 (5.86% from 255 or 2.96% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0ECE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0ECE is #02F131. Grayscale: #6A6A6A. Windows color (decimal): -192818 or 13504253. OLE color: 13504253.

HSL color Cylindrical-coordinate representation of color #FD0ECE: hue angle of 311.8º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD0ECE is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 14 206 -
CMYK 0 0.94 0.19 0.01
HSL 311.8º 0.98% 0.52% -
HSV(B) 311.8º 0.94% 0.99% -
XYZ 51.81 25.65 60.61 -
YUV 107.35 183.68 231.89 -
System Red Green Blue C M Y K H S L
Decimal 253 14 206 0 0.94 0.19 0.01 311.8 0.98 0.52
Hex FD E CE 0 5E 13 1 138 62 34
Octal 375 16 316 0 136 23 1 470 142 64
Binary 11111101 1110 11001110 0 1011110 10011 1 100111000 1100010 110100

Color Harmonies of #FD0ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0ECE

Black with #FD0ECE

Text Example


Text Example

White with #FD0ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0ECE; }

 p { color: rgb(253,14,206); }

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

background-color css

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

 a { background-color: rgb(253,14,206); }

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

border-color css

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

 span { border-color: rgb(253,14,206); }

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