Html Css Color HEX #FD07EC Magenta

📋 copy color: '#FD07EC'

red 253 ◦ green 7 ◦ blue 236

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

Shades of Magenta #FD07EC

Tints of Magenta #FD07EC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.41%

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

R = 51.01%
G = 1.41%
B = 47.58%

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

#FD07EC (or 0xFD07EC) is known color: Magenta. HEX triplet: FD, 07 and EC. RGB value is (253,7,236). Sum of RGB (Red+Green+Blue) = 253+7+236=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 7 (3.12% from 255 or 1.41% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD07EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD07EC is #02F813. Grayscale: #696969. Windows color (decimal): -194580 or 15468541. OLE color: 15468541.

HSL color Cylindrical-coordinate representation of color #FD07EC: hue angle of 304.15º 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 #FD07EC is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 7 236 -
CMYK 0 0.97 0.07 0.01
HSL 304.15º 0.98% 0.51% -
HSV(B) 304.15º 0.97% 0.99% -
XYZ 55.72 27.09 81.65 -
YUV 106.66 201 232.38 -
System Red Green Blue C M Y K H S L
Decimal 253 7 236 0 0.97 0.07 0.01 304.15 0.98 0.51
Hex FD 7 EC 0 61 7 1 130 62 33
Octal 375 7 354 0 141 7 1 460 142 63
Binary 11111101 111 11101100 0 1100001 111 1 100110000 1100010 110011

Color Harmonies of #FD07EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD07EC

Black with #FD07EC

Text Example


Text Example

White with #FD07EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD07EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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