Html Css Color HEX #FD09D4 Hot Magenta

📋 copy color: '#FD09D4'

red 253 ◦ green 9 ◦ blue 212

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

Shades of Hot Magenta #FD09D4

Tints of Hot Magenta #FD09D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.73%

R = 53.38%
G = 1.9%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FD09D4 (or 0xFD09D4) is known color: Hot Magenta. HEX triplet: FD, 09 and D4. RGB value is (253,9,212). Sum of RGB (Red+Green+Blue) = 253+9+212=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 9 (3.91% from 255 or 1.90% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD09D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD09D4 is #02F62B. Grayscale: #686868. Windows color (decimal): -194092 or 13896189. OLE color: 13896189.

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

Color convert

RGB 253 9 212 -
CMYK 0 0.96 0.16 0.01
HSL 310.08º 0.98% 0.51% -
HSV(B) 310.08º 0.96% 0.99% -
XYZ 52.49 25.83 64.51 -
YUV 105.1 188.34 233.49 -
System Red Green Blue C M Y K H S L
Decimal 253 9 212 0 0.96 0.16 0.01 310.08 0.98 0.51
Hex FD 9 D4 0 60 10 1 136 62 33
Octal 375 11 324 0 140 20 1 466 142 63
Binary 11111101 1001 11010100 0 1100000 10000 1 100110110 1100010 110011

Color Harmonies of #FD09D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD09D4

Black with #FD09D4

Text Example


Text Example

White with #FD09D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD09D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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