Html Css Color HEX #FA01DB Hot Magenta

📋 copy color: '#FA01DB'

red 250 ◦ green 1 ◦ blue 219

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

Shades of Hot Magenta #FA01DB

Tints of Hot Magenta #FA01DB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 53.19%
G = 0.21%
B = 46.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA01DB (or 0xFA01DB) is known color: Hot Magenta. HEX triplet: FA, 01 and DB. RGB value is (250,1,219). Sum of RGB (Red+Green+Blue) = 250+1+219=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 1 (0.78% from 255 or 0.21% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA01DB is #05FE24. Grayscale: #636363. Windows color (decimal): -392741 or 14352890. OLE color: 14352890.

HSL color Cylindrical-coordinate representation of color #FA01DB: hue angle of 307.47º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA01DB is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 1 219 -
CMYK 0 1.00 0.12 0.02
HSL 307.47º 0.99% 0.49% -
HSV(B) 307.47º 1% 0.98% -
XYZ 52.22 25.46 69.18 -
YUV 100.3 194.99 234.77 -
System Red Green Blue C M Y K H S L
Decimal 250 1 219 0 1.00 0.12 0.02 307.47 0.99 0.49
Hex FA 1 DB 0 64 C 2 133 63 31
Octal 372 1 333 0 144 14 2 463 143 61
Binary 11111010 1 11011011 0 1100100 1100 10 100110011 1100011 110001

Color Harmonies of #FA01DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA01DB

Black with #FA01DB

Text Example


Text Example

White with #FA01DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA01DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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