Html Css Color HEX #FD07DF Hot Magenta

📋 copy color: '#FD07DF'

red 253 ◦ green 7 ◦ blue 223

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

Shades of Hot Magenta #FD07DF

Tints of Hot Magenta #FD07DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 52.38%
G = 1.45%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD07DF (or 0xFD07DF) is known color: Hot Magenta. HEX triplet: FD, 07 and DF. RGB value is (253,7,223). Sum of RGB (Red+Green+Blue) = 253+7+223=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 7 (3.12% from 255 or 1.45% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD07DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD07DF is #02F820. Grayscale: #686868. Windows color (decimal): -194593 or 14616573. OLE color: 14616573.

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

Color convert

RGB 253 7 223 -
CMYK 0 0.97 0.12 0.01
HSL 307.32º 0.98% 0.51% -
HSV(B) 307.32º 0.97% 0.99% -
XYZ 53.9 26.36 72.06 -
YUV 105.18 194.5 233.44 -
System Red Green Blue C M Y K H S L
Decimal 253 7 223 0 0.97 0.12 0.01 307.32 0.98 0.51
Hex FD 7 DF 0 61 C 1 133 62 33
Octal 375 7 337 0 141 14 1 463 142 63
Binary 11111101 111 11011111 0 1100001 1100 1 100110011 1100010 110011

Color Harmonies of #FD07DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD07DF

Black with #FD07DF

Text Example


Text Example

White with #FD07DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD07DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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