Html Css Color HEX #FA09DA Hot Magenta

📋 copy color: '#FA09DA'

red 250 ◦ green 9 ◦ blue 218

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

Shades of Hot Magenta #FA09DA

Tints of Hot Magenta #FA09DA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.89%

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

R = 52.41%
G = 1.89%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA09DA (or 0xFA09DA) is known color: Hot Magenta. HEX triplet: FA, 09 and DA. RGB value is (250,9,218). Sum of RGB (Red+Green+Blue) = 250+9+218=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 9 (3.91% from 255 or 1.89% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA09DA is #05F625. Grayscale: #686868. Windows color (decimal): -390694 or 14289402. OLE color: 14289402.

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

Color convert

RGB 250 9 218 -
CMYK 0 0.96 0.13 0.02
HSL 307.97º 0.96% 0.51% -
HSV(B) 307.97º 0.96% 0.98% -
XYZ 52.18 25.58 68.52 -
YUV 104.89 191.84 231.51 -
System Red Green Blue C M Y K H S L
Decimal 250 9 218 0 0.96 0.13 0.02 307.97 0.96 0.51
Hex FA 9 DA 0 60 D 2 134 60 33
Octal 372 11 332 0 140 15 2 464 140 63
Binary 11111010 1001 11011010 0 1100000 1101 10 100110100 1100000 110011

Color Harmonies of #FA09DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA09DA

Black with #FA09DA

Text Example


Text Example

White with #FA09DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA09DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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