Html Css Color HEX #FD08EC Magenta

📋 copy color: '#FD08EC'

red 253 ◦ green 8 ◦ blue 236

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

Shades of Magenta #FD08EC

Tints of Magenta #FD08EC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.61%

 BLUE value IS 236 (92.58% from 255) = 47.48%

R = 50.91%
G = 1.61%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FD08EC (or 0xFD08EC) is known color: Magenta. HEX triplet: FD, 08 and EC. RGB value is (253,8,236). Sum of RGB (Red+Green+Blue) = 253+8+236=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 8 (3.52% from 255 or 1.61% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD08EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD08EC is #02F713. Grayscale: #6A6A6A. Windows color (decimal): -194324 or 15468797. OLE color: 15468797.

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

Color convert

RGB 253 8 236 -
CMYK 0 0.97 0.07 0.01
HSL 304.16º 0.98% 0.51% -
HSV(B) 304.16º 0.97% 0.99% -
XYZ 55.74 27.11 81.65 -
YUV 107.25 200.67 231.96 -
System Red Green Blue C M Y K H S L
Decimal 253 8 236 0 0.97 0.07 0.01 304.16 0.98 0.51
Hex FD 8 EC 0 61 7 1 130 62 33
Octal 375 10 354 0 141 7 1 460 142 63
Binary 11111101 1000 11101100 0 1100001 111 1 100110000 1100010 110011

Color Harmonies of #FD08EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD08EC

Black with #FD08EC

Text Example


Text Example

White with #FD08EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD08EC; }

 p { color: rgb(253,8,236); }

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

background-color css

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

 a { background-color: rgb(253,8,236); }

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

border-color css

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

 span { border-color: rgb(253,8,236); }

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