Html Css Color HEX #FC09D5 Hot Magenta

📋 copy color: '#FC09D5'

red 252 ◦ green 9 ◦ blue 213

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

Shades of Hot Magenta #FC09D5

Tints of Hot Magenta #FC09D5

RGB

 RED value IS 252 (98.83% from 255) = 53.16%

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

 BLUE value IS 213 (83.59% from 255) = 44.94%

R = 53.16%
G = 1.9%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC09D5 (or 0xFC09D5) is known color: Hot Magenta. HEX triplet: FC, 09 and D5. RGB value is (252,9,213). Sum of RGB (Red+Green+Blue) = 252+9+213=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 9 (3.91% from 255 or 1.90% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC09D5 is #03F62A. Grayscale: #686868. Windows color (decimal): -259627 or 13961724. OLE color: 13961724.

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

Color convert

RGB 252 9 213 -
CMYK 0 0.96 0.15 0.01
HSL 309.63º 0.98% 0.51% -
HSV(B) 309.63º 0.96% 0.99% -
XYZ 52.25 25.69 65.16 -
YUV 104.91 189.01 232.91 -
System Red Green Blue C M Y K H S L
Decimal 252 9 213 0 0.96 0.15 0.01 309.63 0.98 0.51
Hex FC 9 D5 0 60 F 1 136 62 33
Octal 374 11 325 0 140 17 1 466 142 63
Binary 11111100 1001 11010101 0 1100000 1111 1 100110110 1100010 110011

Color Harmonies of #FC09D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC09D5

Black with #FC09D5

Text Example


Text Example

White with #FC09D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC09D5; }

 p { color: rgb(252,9,213); }

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

background-color css

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

 a { background-color: rgb(252,9,213); }

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

border-color css

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

 span { border-color: rgb(252,9,213); }

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