Html Css Color HEX #FA09FF Magenta

📋 copy color: '#FA09FF'

red 250 ◦ green 9 ◦ blue 255

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

Shades of Magenta #FA09FF

Tints of Magenta #FA09FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.61%

R = 48.64%
G = 1.75%
B = 49.61%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA09FF (or 0xFA09FF) is known color: Magenta. HEX triplet: FA, 09 and FF. RGB value is (250,9,255). Sum of RGB (Red+Green+Blue) = 250+9+255=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 9 (3.91% from 255 or 1.75% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA09FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA09FF is #05F600. Grayscale: #6C6C6C. Windows color (decimal): -390657 or 16714234. OLE color: 16714234.

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

Color convert

RGB 250 9 255 -
CMYK 0.02 0.96 0 0
HSL 298.78º 1% 0.52% -
HSV(B) 298.78º 0.96% 1% -
XYZ 57.57 27.74 96.93 -
YUV 109.1 210.34 228.5 -
System Red Green Blue C M Y K H S L
Decimal 250 9 255 0.02 0.96 0 0 298.78 1 0.52
Hex FA 9 FF 2 60 0 0 12B 64 34
Octal 372 11 377 2 140 0 0 453 144 64
Binary 11111010 1001 11111111 10 1100000 0 0 100101011 1100100 110100

Color Harmonies of #FA09FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA09FF

Black with #FA09FF

Text Example


Text Example

White with #FA09FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA09FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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