Html Css Color HEX #FF12DB Hot Magenta

📋 copy color: '#FF12DB'

red 255 ◦ green 18 ◦ blue 219

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

Shades of Hot Magenta #FF12DB

Tints of Hot Magenta #FF12DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.66%

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 51.83%
G = 3.66%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF12DB (or 0xFF12DB) is known color: Hot Magenta. HEX triplet: FF, 12 and DB. RGB value is (255,18,219). Sum of RGB (Red+Green+Blue) = 255+18+219=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 18 (7.42% from 255 or 3.66% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12DB is #00ED24. Grayscale: #6F6F6F. Windows color (decimal): -60709 or 14357247. OLE color: 14357247.

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

Color convert

RGB 255 18 219 -
CMYK 0 0.93 0.14 0
HSL 309.11º 1% 0.54% -
HSV(B) 309.11º 0.93% 1% -
XYZ 54.24 26.81 69.33 -
YUV 111.78 188.52 230.16 -
System Red Green Blue C M Y K H S L
Decimal 255 18 219 0 0.93 0.14 0 309.11 1 0.54
Hex FF 12 DB 0 5D E 0 135 64 36
Octal 377 22 333 0 135 16 0 465 144 66
Binary 11111111 10010 11011011 0 1011101 1110 0 100110101 1100100 110110

Color Harmonies of #FF12DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF12DB

Black with #FF12DB

Text Example


Text Example

White with #FF12DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF12DB; }

 p { color: rgb(255,18,219); }

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

background-color css

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

 a { background-color: rgb(255,18,219); }

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

border-color css

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

 span { border-color: rgb(255,18,219); }

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