Html Css Color HEX #FD06DF Hot Magenta

📋 copy color: '#FD06DF'

red 253 ◦ green 6 ◦ blue 223

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

Shades of Hot Magenta #FD06DF

Tints of Hot Magenta #FD06DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.24%

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

R = 52.49%
G = 1.24%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD06DF (or 0xFD06DF) is known color: Hot Magenta. HEX triplet: FD, 06 and DF. RGB value is (253,6,223). Sum of RGB (Red+Green+Blue) = 253+6+223=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 6 (2.73% from 255 or 1.24% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD06DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD06DF is #02F920. Grayscale: #676767. Windows color (decimal): -194849 or 14616317. OLE color: 14616317.

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

Color convert

RGB 253 6 223 -
CMYK 0 0.98 0.12 0.01
HSL 307.29º 0.98% 0.51% -
HSV(B) 307.29º 0.98% 0.99% -
XYZ 53.89 26.34 72.06 -
YUV 104.59 194.83 233.86 -
System Red Green Blue C M Y K H S L
Decimal 253 6 223 0 0.98 0.12 0.01 307.29 0.98 0.51
Hex FD 6 DF 0 62 C 1 133 62 33
Octal 375 6 337 0 142 14 1 463 142 63
Binary 11111101 110 11011111 0 1100010 1100 1 100110011 1100010 110011

Color Harmonies of #FD06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD06DF

Black with #FD06DF

Text Example


Text Example

White with #FD06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD06DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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