Html Css Color HEX #FD07ED Magenta

📋 copy color: '#FD07ED'

red 253 ◦ green 7 ◦ blue 237

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

Shades of Magenta #FD07ED

Tints of Magenta #FD07ED

RGB

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

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

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

R = 50.91%
G = 1.41%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD07ED (or 0xFD07ED) is known color: Magenta. HEX triplet: FD, 07 and ED. RGB value is (253,7,237). Sum of RGB (Red+Green+Blue) = 253+7+237=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 7 (3.12% from 255 or 1.41% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD07ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD07ED is #02F812. Grayscale: #6A6A6A. Windows color (decimal): -194579 or 15534077. OLE color: 15534077.

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

Color convert

RGB 253 7 237 -
CMYK 0 0.97 0.06 0.01
HSL 303.9º 0.98% 0.51% -
HSV(B) 303.9º 0.97% 0.99% -
XYZ 55.87 27.15 82.42 -
YUV 106.77 201.5 232.3 -
System Red Green Blue C M Y K H S L
Decimal 253 7 237 0 0.97 0.06 0.01 303.9 0.98 0.51
Hex FD 7 ED 0 61 6 1 130 62 33
Octal 375 7 355 0 141 6 1 460 142 63
Binary 11111101 111 11101101 0 1100001 110 1 100110000 1100010 110011

Color Harmonies of #FD07ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD07ED

Black with #FD07ED

Text Example


Text Example

White with #FD07ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD07ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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