Html Css Color HEX #FF0AD5 Hot Magenta

📋 copy color: '#FF0AD5'

red 255 ◦ green 10 ◦ blue 213

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

Shades of Hot Magenta #FF0AD5

Tints of Hot Magenta #FF0AD5

RGB

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

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

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

R = 53.35%
G = 2.09%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF0AD5 (or 0xFF0AD5) is known color: Hot Magenta. HEX triplet: FF, 0A and D5. RGB value is (255,10,213). Sum of RGB (Red+Green+Blue) = 255+10+213=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 10 (4.30% from 255 or 2.09% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0AD5 is #00F52A. Grayscale: #696969. Windows color (decimal): -62763 or 13961983. OLE color: 13961983.

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

Color convert

RGB 255 10 213 -
CMYK 0 0.96 0.16 0
HSL 310.29º 1% 0.52% -
HSV(B) 310.29º 0.96% 1% -
XYZ 53.36 26.28 65.21 -
YUV 106.4 188.17 233.99 -
System Red Green Blue C M Y K H S L
Decimal 255 10 213 0 0.96 0.16 0 310.29 1 0.52
Hex FF A D5 0 60 10 0 136 64 34
Octal 377 12 325 0 140 20 0 466 144 64
Binary 11111111 1010 11010101 0 1100000 10000 0 100110110 1100100 110100

Color Harmonies of #FF0AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0AD5

Black with #FF0AD5

Text Example


Text Example

White with #FF0AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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