Html Css Color HEX #FA00D3 Hot Magenta

📋 copy color: '#FA00D3'

red 250 ◦ green 0 ◦ blue 211

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

Shades of Hot Magenta #FA00D3

Tints of Hot Magenta #FA00D3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 211 (82.81% from 255) = 45.77%

R = 54.23%
G = 0%
B = 45.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA00D3 (or 0xFA00D3) is known color: Hot Magenta. HEX triplet: FA, 00 and D3. RGB value is (250,0,211). Sum of RGB (Red+Green+Blue) = 250+0+211=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 0 (0.39% from 255 or 0% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA00D3 is #05FF2C. Grayscale: #626262. Windows color (decimal): -393005 or 13828346. OLE color: 13828346.

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

Color convert

RGB 250 0 211 -
CMYK 0 1 0.16 0.02
HSL 309.36º 1% 0.49% -
HSV(B) 309.36º 1% 0.98% -
XYZ 51.18 25.03 63.76 -
YUV 98.8 191.33 235.84 -
System Red Green Blue C M Y K H S L
Decimal 250 0 211 0 1 0.16 0.02 309.36 1 0.49
Hex FA 0 D3 0 64 10 2 135 64 31
Octal 372 0 323 0 144 20 2 465 144 61
Binary 11111010 0 11010011 0 1100100 10000 10 100110101 1100100 110001

Color Harmonies of #FA00D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA00D3

Black with #FA00D3

Text Example


Text Example

White with #FA00D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA00D3; }

 p { color: rgb(250,0,211); }

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

background-color css

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

 a { background-color: rgb(250,0,211); }

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

border-color css

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

 span { border-color: rgb(250,0,211); }

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