Html Css Color HEX #FF09CD Hot Magenta

📋 copy color: '#FF09CD'

red 255 ◦ green 9 ◦ blue 205

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

Shades of Hot Magenta #FF09CD

Tints of Hot Magenta #FF09CD

RGB

 RED value IS 255 (100% from 255) = 54.37%

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

 BLUE value IS 205 (80.47% from 255) = 43.71%

R = 54.37%
G = 1.92%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF09CD (or 0xFF09CD) is known color: Hot Magenta. HEX triplet: FF, 09 and CD. RGB value is (255,9,205). Sum of RGB (Red+Green+Blue) = 255+9+205=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 9 (3.91% from 255 or 1.92% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09CD is #00F632. Grayscale: #686868. Windows color (decimal): -63027 or 13437439. OLE color: 13437439.

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

Color convert

RGB 255 9 205 -
CMYK 0 0.96 0.20 0
HSL 312.2º 1% 0.52% -
HSV(B) 312.2º 0.96% 1% -
XYZ 52.36 25.86 59.99 -
YUV 104.9 184.5 235.06 -
System Red Green Blue C M Y K H S L
Decimal 255 9 205 0 0.96 0.20 0 312.2 1 0.52
Hex FF 9 CD 0 60 14 0 138 64 34
Octal 377 11 315 0 140 24 0 470 144 64
Binary 11111111 1001 11001101 0 1100000 10100 0 100111000 1100100 110100

Color Harmonies of #FF09CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF09CD

Black with #FF09CD

Text Example


Text Example

White with #FF09CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF09CD; }

 p { color: rgb(255,9,205); }

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

background-color css

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

 a { background-color: rgb(255,9,205); }

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

border-color css

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

 span { border-color: rgb(255,9,205); }

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