Html Css Color HEX #FD00DA Hot Magenta

📋 copy color: '#FD00DA'

red 253 ◦ green 0 ◦ blue 218

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

Shades of Hot Magenta #FD00DA

Tints of Hot Magenta #FD00DA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 53.72%
G = 0%
B = 46.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FD00DA (or 0xFD00DA) is known color: Hot Magenta. HEX triplet: FD, 00 and DA. RGB value is (253,0,218). Sum of RGB (Red+Green+Blue) = 253+0+218=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 0 (0.39% from 255 or 0% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00DA is #02FF25. Grayscale: #636363. Windows color (decimal): -196390 or 14287101. OLE color: 14287101.

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

Color convert

RGB 253 0 218 -
CMYK 0 1 0.14 0.01
HSL 308.3º 1% 0.5% -
HSV(B) 308.3º 1% 0.99% -
XYZ 53.16 25.94 68.54 -
YUV 100.5 194.32 236.77 -
System Red Green Blue C M Y K H S L
Decimal 253 0 218 0 1 0.14 0.01 308.3 1 0.5
Hex FD 0 DA 0 64 E 1 134 64 32
Octal 375 0 332 0 144 16 1 464 144 62
Binary 11111101 0 11011010 0 1100100 1110 1 100110100 1100100 110010

Color Harmonies of #FD00DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD00DA

Black with #FD00DA

Text Example


Text Example

White with #FD00DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD00DA; }

 p { color: rgb(253,0,218); }

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

background-color css

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

 a { background-color: rgb(253,0,218); }

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

border-color css

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

 span { border-color: rgb(253,0,218); }

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