Html Css Color HEX #FA09F9 Magenta

📋 copy color: '#FA09F9'

red 250 ◦ green 9 ◦ blue 249

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

Shades of Magenta #FA09F9

Tints of Magenta #FA09F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.02%

R = 49.21%
G = 1.77%
B = 49.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FA09F9 (or 0xFA09F9) is known color: Magenta. HEX triplet: FA, 09 and F9. RGB value is (250,9,249). Sum of RGB (Red+Green+Blue) = 250+9+249=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 9 (3.91% from 255 or 1.77% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA09F9 is #05F606. Grayscale: #6B6B6B. Windows color (decimal): -390663 or 16321018. OLE color: 16321018.

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

Color convert

RGB 250 9 249 -
CMYK 0 0.96 0.00 0.02
HSL 300.25º 0.96% 0.51% -
HSV(B) 300.25º 0.96% 0.98% -
XYZ 56.62 27.36 91.92 -
YUV 108.42 207.34 228.99 -
System Red Green Blue C M Y K H S L
Decimal 250 9 249 0 0.96 0.00 0.02 300.25 0.96 0.51
Hex FA 9 F9 0 60 0 2 12C 60 33
Octal 372 11 371 0 140 0 2 454 140 63
Binary 11111010 1001 11111001 0 1100000 0 10 100101100 1100000 110011

Color Harmonies of #FA09F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA09F9

Black with #FA09F9

Text Example


Text Example

White with #FA09F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA09F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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