Html Css Color HEX #FA09D2 Hot Magenta

📋 copy color: '#FA09D2'

red 250 ◦ green 9 ◦ blue 210

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

Shades of Hot Magenta #FA09D2

Tints of Hot Magenta #FA09D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.78%

R = 53.3%
G = 1.92%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA09D2 (or 0xFA09D2) is known color: Hot Magenta. HEX triplet: FA, 09 and D2. RGB value is (250,9,210). Sum of RGB (Red+Green+Blue) = 250+9+210=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 9 (3.91% from 255 or 1.92% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA09D2 is #05F62D. Grayscale: #676767. Windows color (decimal): -390702 or 13765114. OLE color: 13765114.

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

Color convert

RGB 250 9 210 -
CMYK 0 0.96 0.16 0.02
HSL 309.96º 0.96% 0.51% -
HSV(B) 309.96º 0.96% 0.98% -
XYZ 51.15 25.17 63.14 -
YUV 103.97 187.84 232.16 -
System Red Green Blue C M Y K H S L
Decimal 250 9 210 0 0.96 0.16 0.02 309.96 0.96 0.51
Hex FA 9 D2 0 60 10 2 136 60 33
Octal 372 11 322 0 140 20 2 466 140 63
Binary 11111010 1001 11010010 0 1100000 10000 10 100110110 1100000 110011

Color Harmonies of #FA09D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA09D2

Black with #FA09D2

Text Example


Text Example

White with #FA09D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA09D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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