Html Css Color HEX #FD0FDD Hot Magenta

📋 copy color: '#FD0FDD'

red 253 ◦ green 15 ◦ blue 221

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

Shades of Hot Magenta #FD0FDD

Tints of Hot Magenta #FD0FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.07%

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 51.74%
G = 3.07%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD0FDD (or 0xFD0FDD) is known color: Hot Magenta. HEX triplet: FD, 0F and DD. RGB value is (253,15,221). Sum of RGB (Red+Green+Blue) = 253+15+221=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 15 (6.25% from 255 or 3.07% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0FDD is #02F022. Grayscale: #6D6D6D. Windows color (decimal): -192547 or 14487549. OLE color: 14487549.

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

Color convert

RGB 253 15 221 -
CMYK 0 0.94 0.13 0.01
HSL 308.07º 0.98% 0.53% -
HSV(B) 308.07º 0.94% 0.99% -
XYZ 53.73 26.44 70.68 -
YUV 109.65 190.85 230.25 -
System Red Green Blue C M Y K H S L
Decimal 253 15 221 0 0.94 0.13 0.01 308.07 0.98 0.53
Hex FD F DD 0 5E D 1 134 62 35
Octal 375 17 335 0 136 15 1 464 142 65
Binary 11111101 1111 11011101 0 1011110 1101 1 100110100 1100010 110101

Color Harmonies of #FD0FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0FDD

Black with #FD0FDD

Text Example


Text Example

White with #FD0FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0FDD; }

 p { color: rgb(253,15,221); }

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

background-color css

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

 a { background-color: rgb(253,15,221); }

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

border-color css

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

 span { border-color: rgb(253,15,221); }

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