Html Css Color HEX #FD12DB Hot Magenta

📋 copy color: '#FD12DB'

red 253 ◦ green 18 ◦ blue 219

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

Shades of Hot Magenta #FD12DB

Tints of Hot Magenta #FD12DB

RGB

 RED value IS 253 (99.22% from 255) = 51.63%

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

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

R = 51.63%
G = 3.67%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD12DB (or 0xFD12DB) is known color: Hot Magenta. HEX triplet: FD, 12 and DB. RGB value is (253,18,219). Sum of RGB (Red+Green+Blue) = 253+18+219=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 18 (7.42% from 255 or 3.67% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD12DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD12DB is #02ED24. Grayscale: #6E6E6E. Windows color (decimal): -191781 or 14357245. OLE color: 14357245.

HSL color Cylindrical-coordinate representation of color #FD12DB: hue angle of 308.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD12DB is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 18 219 -
CMYK 0 0.93 0.13 0.01
HSL 308.68º 0.98% 0.53% -
HSV(B) 308.68º 0.93% 0.99% -
XYZ 53.51 26.43 69.3 -
YUV 111.18 188.86 229.16 -
System Red Green Blue C M Y K H S L
Decimal 253 18 219 0 0.93 0.13 0.01 308.68 0.98 0.53
Hex FD 12 DB 0 5D D 1 135 62 35
Octal 375 22 333 0 135 15 1 465 142 65
Binary 11111101 10010 11011011 0 1011101 1101 1 100110101 1100010 110101

Color Harmonies of #FD12DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD12DB

Black with #FD12DB

Text Example


Text Example

White with #FD12DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD12DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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