Html Css Color HEX #FD0AD0 Hot Magenta

📋 copy color: '#FD0AD0'

red 253 ◦ green 10 ◦ blue 208

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

Shades of Hot Magenta #FD0AD0

Tints of Hot Magenta #FD0AD0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.12%

 BLUE value IS 208 (81.64% from 255) = 44.16%

R = 53.72%
G = 2.12%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FD0AD0 (or 0xFD0AD0) is known color: Hot Magenta. HEX triplet: FD, 0A and D0. RGB value is (253,10,208). Sum of RGB (Red+Green+Blue) = 253+10+208=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 10 (4.30% from 255 or 2.12% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0AD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0AD0 is #02F52F. Grayscale: #686868. Windows color (decimal): -193840 or 13634301. OLE color: 13634301.

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

Color convert

RGB 253 10 208 -
CMYK 0 0.96 0.18 0.01
HSL 311.11º 0.98% 0.52% -
HSV(B) 311.11º 0.96% 0.99% -
XYZ 52 25.65 61.89 -
YUV 105.23 186.01 233.4 -
System Red Green Blue C M Y K H S L
Decimal 253 10 208 0 0.96 0.18 0.01 311.11 0.98 0.52
Hex FD A D0 0 60 12 1 137 62 34
Octal 375 12 320 0 140 22 1 467 142 64
Binary 11111101 1010 11010000 0 1100000 10010 1 100110111 1100010 110100

Color Harmonies of #FD0AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0AD0

Black with #FD0AD0

Text Example


Text Example

White with #FD0AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0AD0; }

 p { color: rgb(253,10,208); }

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

background-color css

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

 a { background-color: rgb(253,10,208); }

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

border-color css

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

 span { border-color: rgb(253,10,208); }

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