Html Css Color HEX #FA01DA Hot Magenta

📋 copy color: '#FA01DA'

red 250 ◦ green 1 ◦ blue 218

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

Shades of Hot Magenta #FA01DA

Tints of Hot Magenta #FA01DA

RGB

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

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

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

R = 53.3%
G = 0.21%
B = 46.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA01DA (or 0xFA01DA) is known color: Hot Magenta. HEX triplet: FA, 01 and DA. RGB value is (250,1,218). Sum of RGB (Red+Green+Blue) = 250+1+218=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 1 (0.78% from 255 or 0.21% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA01DA is #05FE25. Grayscale: #636363. Windows color (decimal): -392742 or 14287354. OLE color: 14287354.

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

Color convert

RGB 250 1 218 -
CMYK 0 1.00 0.13 0.02
HSL 307.71º 0.99% 0.49% -
HSV(B) 307.71º 1% 0.98% -
XYZ 52.09 25.41 68.49 -
YUV 100.19 194.49 234.86 -
System Red Green Blue C M Y K H S L
Decimal 250 1 218 0 1.00 0.13 0.02 307.71 0.99 0.49
Hex FA 1 DA 0 64 D 2 134 63 31
Octal 372 1 332 0 144 15 2 464 143 61
Binary 11111010 1 11011010 0 1100100 1101 10 100110100 1100011 110001

Color Harmonies of #FA01DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA01DA

Black with #FA01DA

Text Example


Text Example

White with #FA01DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA01DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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