Html Css Color HEX #FA01D0 Hot Magenta

📋 copy color: '#FA01D0'

red 250 ◦ green 1 ◦ blue 208

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

Shades of Hot Magenta #FA01D0

Tints of Hot Magenta #FA01D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.32%

R = 54.47%
G = 0.22%
B = 45.32%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA01D0 (or 0xFA01D0) is known color: Hot Magenta. HEX triplet: FA, 01 and D0. RGB value is (250,1,208). Sum of RGB (Red+Green+Blue) = 250+1+208=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA01D0 is #05FE2F. Grayscale: #626262. Windows color (decimal): -392752 or 13631994. OLE color: 13631994.

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

Color convert

RGB 250 1 208 -
CMYK 0 1.00 0.17 0.02
HSL 310.12º 0.99% 0.49% -
HSV(B) 310.12º 1% 0.98% -
XYZ 50.82 24.9 61.8 -
YUV 99.05 189.49 235.67 -
System Red Green Blue C M Y K H S L
Decimal 250 1 208 0 1.00 0.17 0.02 310.12 0.99 0.49
Hex FA 1 D0 0 64 11 2 136 63 31
Octal 372 1 320 0 144 21 2 466 143 61
Binary 11111010 1 11010000 0 1100100 10001 10 100110110 1100011 110001

Color Harmonies of #FA01D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA01D0

Black with #FA01D0

Text Example


Text Example

White with #FA01D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA01D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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