Html Css Color HEX #FD09D0 Hot Magenta

📋 copy color: '#FD09D0'

red 253 ◦ green 9 ◦ blue 208

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

Shades of Hot Magenta #FD09D0

Tints of Hot Magenta #FD09D0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.91%

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

R = 53.83%
G = 1.91%
B = 44.26%

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

#FD09D0 (or 0xFD09D0) is known color: Hot Magenta. HEX triplet: FD, 09 and D0. RGB value is (253,9,208). Sum of RGB (Red+Green+Blue) = 253+9+208=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 9 (3.91% from 255 or 1.91% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FD09D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD09D0 is #02F62F. Grayscale: #686868. Windows color (decimal): -194096 or 13634045. OLE color: 13634045.

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

Color convert

RGB 253 9 208 -
CMYK 0 0.96 0.18 0.01
HSL 311.07º 0.98% 0.51% -
HSV(B) 311.07º 0.96% 0.99% -
XYZ 51.99 25.63 61.88 -
YUV 104.64 186.34 233.82 -
System Red Green Blue C M Y K H S L
Decimal 253 9 208 0 0.96 0.18 0.01 311.07 0.98 0.51
Hex FD 9 D0 0 60 12 1 137 62 33
Octal 375 11 320 0 140 22 1 467 142 63
Binary 11111101 1001 11010000 0 1100000 10010 1 100110111 1100010 110011

Color Harmonies of #FD09D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD09D0

Black with #FD09D0

Text Example


Text Example

White with #FD09D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD09D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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