Html Css Color HEX #FF0ACD Hot Magenta

📋 copy color: '#FF0ACD'

red 255 ◦ green 10 ◦ blue 205

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

Shades of Hot Magenta #FF0ACD

Tints of Hot Magenta #FF0ACD

RGB

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

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

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

R = 54.26%
G = 2.13%
B = 43.62%

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

#FF0ACD (or 0xFF0ACD) is known color: Hot Magenta. HEX triplet: FF, 0A and CD. RGB value is (255,10,205). Sum of RGB (Red+Green+Blue) = 255+10+205=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 10 (4.30% from 255 or 2.13% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0ACD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0ACD is #00F532. Grayscale: #686868. Windows color (decimal): -62771 or 13437695. OLE color: 13437695.

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

Color convert

RGB 255 10 205 -
CMYK 0 0.96 0.20 0
HSL 312.24º 1% 0.52% -
HSV(B) 312.24º 0.96% 1% -
XYZ 52.37 25.88 59.99 -
YUV 105.49 184.17 234.64 -
System Red Green Blue C M Y K H S L
Decimal 255 10 205 0 0.96 0.20 0 312.24 1 0.52
Hex FF A CD 0 60 14 0 138 64 34
Octal 377 12 315 0 140 24 0 470 144 64
Binary 11111111 1010 11001101 0 1100000 10100 0 100111000 1100100 110100

Color Harmonies of #FF0ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0ACD

Black with #FF0ACD

Text Example


Text Example

White with #FF0ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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