Html Css Color HEX #FA15DB Hot Magenta

📋 copy color: '#FA15DB'

red 250 ◦ green 21 ◦ blue 219

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

Shades of Hot Magenta #FA15DB

Tints of Hot Magenta #FA15DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.29%

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

R = 51.02%
G = 4.29%
B = 44.69%

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

#FA15DB (or 0xFA15DB) is known color: Hot Magenta. HEX triplet: FA, 15 and DB. RGB value is (250,21,219). Sum of RGB (Red+Green+Blue) = 250+21+219=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 21 (8.59% from 255 or 4.29% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15DB is #05EA24. Grayscale: #6F6F6F. Windows color (decimal): -387621 or 14358010. OLE color: 14358010.

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

Color convert

RGB 250 21 219 -
CMYK 0 0.92 0.12 0.02
HSL 308.12º 0.96% 0.53% -
HSV(B) 308.12º 0.92% 0.98% -
XYZ 52.48 25.97 69.27 -
YUV 112.04 188.37 226.4 -
System Red Green Blue C M Y K H S L
Decimal 250 21 219 0 0.92 0.12 0.02 308.12 0.96 0.53
Hex FA 15 DB 0 5C C 2 134 60 35
Octal 372 25 333 0 134 14 2 464 140 65
Binary 11111010 10101 11011011 0 1011100 1100 10 100110100 1100000 110101

Color Harmonies of #FA15DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15DB

Black with #FA15DB

Text Example


Text Example

White with #FA15DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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