Html Css Color HEX #FA11DA Hot Magenta

📋 copy color: '#FA11DA'

red 250 ◦ green 17 ◦ blue 218

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

Shades of Hot Magenta #FA11DA

Tints of Hot Magenta #FA11DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 51.55%
G = 3.51%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA11DA (or 0xFA11DA) is known color: Hot Magenta. HEX triplet: FA, 11 and DA. RGB value is (250,17,218). Sum of RGB (Red+Green+Blue) = 250+17+218=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 17 (7.03% from 255 or 3.51% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA11DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA11DA is #05EE25. Grayscale: #6D6D6D. Windows color (decimal): -388646 or 14291450. OLE color: 14291450.

HSL color Cylindrical-coordinate representation of color #FA11DA: hue angle of 308.24º 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 #FA11DA is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 17 218 -
CMYK 0 0.93 0.13 0.02
HSL 308.24º 0.96% 0.52% -
HSV(B) 308.24º 0.93% 0.98% -
XYZ 52.28 25.79 68.55 -
YUV 109.58 189.19 228.16 -
System Red Green Blue C M Y K H S L
Decimal 250 17 218 0 0.93 0.13 0.02 308.24 0.96 0.52
Hex FA 11 DA 0 5D D 2 134 60 34
Octal 372 21 332 0 135 15 2 464 140 64
Binary 11111010 10001 11011010 0 1011101 1101 10 100110100 1100000 110100

Color Harmonies of #FA11DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA11DA

Black with #FA11DA

Text Example


Text Example

White with #FA11DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA11DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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