Html Css Color HEX #FA16F9 Magenta

📋 copy color: '#FA16F9'

red 250 ◦ green 22 ◦ blue 249

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

Shades of Magenta #FA16F9

Tints of Magenta #FA16F9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.22%

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

R = 47.98%
G = 4.22%
B = 47.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FA16F9 (or 0xFA16F9) is known color: Magenta. HEX triplet: FA, 16 and F9. RGB value is (250,22,249). Sum of RGB (Red+Green+Blue) = 250+22+249=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 22 (8.98% from 255 or 4.22% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA16F9 is #05E906. Grayscale: #737373. Windows color (decimal): -387335 or 16324346. OLE color: 16324346.

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

Color convert

RGB 250 22 249 -
CMYK 0 0.91 0.00 0.02
HSL 300.26º 0.96% 0.53% -
HSV(B) 300.26º 0.91% 0.98% -
XYZ 56.81 27.74 91.98 -
YUV 116.05 203.04 223.54 -
System Red Green Blue C M Y K H S L
Decimal 250 22 249 0 0.91 0.00 0.02 300.26 0.96 0.53
Hex FA 16 F9 0 5B 0 2 12C 60 35
Octal 372 26 371 0 133 0 2 454 140 65
Binary 11111010 10110 11111001 0 1011011 0 10 100101100 1100000 110101

Color Harmonies of #FA16F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA16F9

Black with #FA16F9

Text Example


Text Example

White with #FA16F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA16F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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