Html Css Color HEX #FA00DA Hot Magenta

📋 copy color: '#FA00DA'

red 250 ◦ green 0 ◦ blue 218

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

Shades of Hot Magenta #FA00DA

Tints of Hot Magenta #FA00DA

RGB

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

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

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

R = 53.42%
G = 0%
B = 46.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA00DA (or 0xFA00DA) is known color: Hot Magenta. HEX triplet: FA, 00 and DA. RGB value is (250,0,218). Sum of RGB (Red+Green+Blue) = 250+0+218=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 0 (0.39% from 255 or 0% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA00DA is #05FF25. Grayscale: #626262. Windows color (decimal): -392998 or 14287098. OLE color: 14287098.

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

Color convert

RGB 250 0 218 -
CMYK 0 1 0.13 0.02
HSL 307.68º 1% 0.49% -
HSV(B) 307.68º 1% 0.98% -
XYZ 52.08 25.39 68.48 -
YUV 99.6 194.83 235.27 -
System Red Green Blue C M Y K H S L
Decimal 250 0 218 0 1 0.13 0.02 307.68 1 0.49
Hex FA 0 DA 0 64 D 2 134 64 31
Octal 372 0 332 0 144 15 2 464 144 61
Binary 11111010 0 11011010 0 1100100 1101 10 100110100 1100100 110001

Color Harmonies of #FA00DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA00DA

Black with #FA00DA

Text Example


Text Example

White with #FA00DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA00DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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