Html Css Color HEX #FA11DB Hot Magenta

📋 copy color: '#FA11DB'

red 250 ◦ green 17 ◦ blue 219

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

Shades of Hot Magenta #FA11DB

Tints of Hot Magenta #FA11DB

RGB

 RED value IS 250 (98.05% from 255) = 51.44%

 GREEN value IS 17 (7.03% from 255) = 3.5%

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

R = 51.44%
G = 3.5%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA11DB (or 0xFA11DB) is known color: Hot Magenta. HEX triplet: FA, 11 and DB. RGB value is (250,17,219). Sum of RGB (Red+Green+Blue) = 250+17+219=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 17 (7.03% from 255 or 3.50% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA11DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA11DB is #05EE24. Grayscale: #6D6D6D. Windows color (decimal): -388645 or 14356986. OLE color: 14356986.

HSL color Cylindrical-coordinate representation of color #FA11DB: hue angle of 307.98º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA11DB is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 17 219 -
CMYK 0 0.93 0.12 0.02
HSL 307.98º 0.96% 0.52% -
HSV(B) 307.98º 0.93% 0.98% -
XYZ 52.41 25.84 69.24 -
YUV 109.7 189.69 228.07 -
System Red Green Blue C M Y K H S L
Decimal 250 17 219 0 0.93 0.12 0.02 307.98 0.96 0.52
Hex FA 11 DB 0 5D C 2 134 60 34
Octal 372 21 333 0 135 14 2 464 140 64
Binary 11111010 10001 11011011 0 1011101 1100 10 100110100 1100000 110100

Color Harmonies of #FA11DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA11DB

Black with #FA11DB

Text Example


Text Example

White with #FA11DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA11DB; }

 p { color: rgb(250,17,219); }

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

background-color css

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

 a { background-color: rgb(250,17,219); }

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

border-color css

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

 span { border-color: rgb(250,17,219); }

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