Html Css Color HEX #FA13DB Hot Magenta

📋 copy color: '#FA13DB'

red 250 ◦ green 19 ◦ blue 219

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

Shades of Hot Magenta #FA13DB

Tints of Hot Magenta #FA13DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.89%

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

R = 51.23%
G = 3.89%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA13DB (or 0xFA13DB) is known color: Hot Magenta. HEX triplet: FA, 13 and DB. RGB value is (250,19,219). Sum of RGB (Red+Green+Blue) = 250+19+219=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 19 (7.81% from 255 or 3.89% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA13DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA13DB is #05EC24. Grayscale: #6E6E6E. Windows color (decimal): -388133 or 14357498. OLE color: 14357498.

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

Color convert

RGB 250 19 219 -
CMYK 0 0.92 0.12 0.02
HSL 308.05º 0.96% 0.53% -
HSV(B) 308.05º 0.92% 0.98% -
XYZ 52.44 25.9 69.25 -
YUV 110.87 189.03 227.24 -
System Red Green Blue C M Y K H S L
Decimal 250 19 219 0 0.92 0.12 0.02 308.05 0.96 0.53
Hex FA 13 DB 0 5C C 2 134 60 35
Octal 372 23 333 0 134 14 2 464 140 65
Binary 11111010 10011 11011011 0 1011100 1100 10 100110100 1100000 110101

Color Harmonies of #FA13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA13DB

Black with #FA13DB

Text Example


Text Example

White with #FA13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA13DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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