Html Css Color HEX #FD07D8 Hot Magenta

📋 copy color: '#FD07D8'

red 253 ◦ green 7 ◦ blue 216

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

Shades of Hot Magenta #FD07D8

Tints of Hot Magenta #FD07D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.38%

R = 53.15%
G = 1.47%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FD07D8 (or 0xFD07D8) is known color: Hot Magenta. HEX triplet: FD, 07 and D8. RGB value is (253,7,216). Sum of RGB (Red+Green+Blue) = 253+7+216=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 7 (3.12% from 255 or 1.47% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD07D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD07D8 is #02F827. Grayscale: #676767. Windows color (decimal): -194600 or 14157821. OLE color: 14157821.

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

Color convert

RGB 253 7 216 -
CMYK 0 0.97 0.15 0.01
HSL 309.02º 0.98% 0.51% -
HSV(B) 309.02º 0.97% 0.99% -
XYZ 52.98 25.99 67.19 -
YUV 104.38 191 234.01 -
System Red Green Blue C M Y K H S L
Decimal 253 7 216 0 0.97 0.15 0.01 309.02 0.98 0.51
Hex FD 7 D8 0 61 F 1 135 62 33
Octal 375 7 330 0 141 17 1 465 142 63
Binary 11111101 111 11011000 0 1100001 1111 1 100110101 1100010 110011

Color Harmonies of #FD07D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD07D8

Black with #FD07D8

Text Example


Text Example

White with #FD07D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD07D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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