Html Css Color HEX #FF15D5 Hot Magenta

📋 copy color: '#FF15D5'

red 255 ◦ green 21 ◦ blue 213

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

Shades of Hot Magenta #FF15D5

Tints of Hot Magenta #FF15D5

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.29%

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

R = 52.15%
G = 4.29%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF15D5 (or 0xFF15D5) is known color: Hot Magenta. HEX triplet: FF, 15 and D5. RGB value is (255,21,213). Sum of RGB (Red+Green+Blue) = 255+21+213=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 21 (8.59% from 255 or 4.29% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF15D5 is #00EA2A. Grayscale: #707070. Windows color (decimal): -59947 or 13964799. OLE color: 13964799.

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

Color convert

RGB 255 21 213 -
CMYK 0 0.92 0.16 0
HSL 310.77º 1% 0.54% -
HSV(B) 310.77º 0.92% 1% -
XYZ 53.52 26.6 65.26 -
YUV 112.85 184.52 229.39 -
System Red Green Blue C M Y K H S L
Decimal 255 21 213 0 0.92 0.16 0 310.77 1 0.54
Hex FF 15 D5 0 5C 10 0 137 64 36
Octal 377 25 325 0 134 20 0 467 144 66
Binary 11111111 10101 11010101 0 1011100 10000 0 100110111 1100100 110110

Color Harmonies of #FF15D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF15D5

Black with #FF15D5

Text Example


Text Example

White with #FF15D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF15D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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