Html Css Color HEX #FA01DD Hot Magenta

📋 copy color: '#FA01DD'

red 250 ◦ green 1 ◦ blue 221

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

Shades of Hot Magenta #FA01DD

Tints of Hot Magenta #FA01DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 52.97%
G = 0.21%
B = 46.82%

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

#FA01DD (or 0xFA01DD) is known color: Hot Magenta. HEX triplet: FA, 01 and DD. RGB value is (250,1,221). Sum of RGB (Red+Green+Blue) = 250+1+221=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 1 (0.78% from 255 or 0.21% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA01DD is #05FE22. Grayscale: #636363. Windows color (decimal): -392739 or 14483962. OLE color: 14483962.

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

Color convert

RGB 250 1 221 -
CMYK 0 1.00 0.12 0.02
HSL 306.99º 0.99% 0.49% -
HSV(B) 306.99º 1% 0.98% -
XYZ 52.49 25.57 70.58 -
YUV 100.53 195.99 234.61 -
System Red Green Blue C M Y K H S L
Decimal 250 1 221 0 1.00 0.12 0.02 306.99 0.99 0.49
Hex FA 1 DD 0 64 C 2 133 63 31
Octal 372 1 335 0 144 14 2 463 143 61
Binary 11111010 1 11011101 0 1100100 1100 10 100110011 1100011 110001

Color Harmonies of #FA01DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA01DD

Black with #FA01DD

Text Example


Text Example

White with #FA01DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA01DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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