Html Css Color HEX #FD0AD2 Hot Magenta

📋 copy color: '#FD0AD2'

red 253 ◦ green 10 ◦ blue 210

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

Shades of Hot Magenta #FD0AD2

Tints of Hot Magenta #FD0AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.4%

R = 53.49%
G = 2.11%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD0AD2 (or 0xFD0AD2) is known color: Hot Magenta. HEX triplet: FD, 0A and D2. RGB value is (253,10,210). Sum of RGB (Red+Green+Blue) = 253+10+210=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 10 (4.30% from 255 or 2.11% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0AD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0AD2 is #02F52D. Grayscale: #686868. Windows color (decimal): -193838 or 13765373. OLE color: 13765373.

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

Color convert

RGB 253 10 210 -
CMYK 0 0.96 0.17 0.01
HSL 310.62º 0.98% 0.52% -
HSV(B) 310.62º 0.96% 0.99% -
XYZ 52.25 25.75 63.19 -
YUV 105.46 187.01 233.24 -
System Red Green Blue C M Y K H S L
Decimal 253 10 210 0 0.96 0.17 0.01 310.62 0.98 0.52
Hex FD A D2 0 60 11 1 137 62 34
Octal 375 12 322 0 140 21 1 467 142 64
Binary 11111101 1010 11010010 0 1100000 10001 1 100110111 1100010 110100

Color Harmonies of #FD0AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0AD2

Black with #FD0AD2

Text Example


Text Example

White with #FD0AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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