Html Css Color HEX #FA16F6 Magenta

📋 copy color: '#FA16F6'

red 250 ◦ green 22 ◦ blue 246

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

Shades of Magenta #FA16F6

Tints of Magenta #FA16F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.49%

R = 48.26%
G = 4.25%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA16F6 (or 0xFA16F6) is known color: Magenta. HEX triplet: FA, 16 and F6. RGB value is (250,22,246). Sum of RGB (Red+Green+Blue) = 250+22+246=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 22 (8.98% from 255 or 4.25% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA16F6 is #05E909. Grayscale: #737373. Windows color (decimal): -387338 or 16127738. OLE color: 16127738.

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

Color convert

RGB 250 22 246 -
CMYK 0 0.91 0.02 0.02
HSL 301.05º 0.96% 0.53% -
HSV(B) 301.05º 0.91% 0.98% -
XYZ 56.35 27.55 89.54 -
YUV 115.71 201.54 223.79 -
System Red Green Blue C M Y K H S L
Decimal 250 22 246 0 0.91 0.02 0.02 301.05 0.96 0.53
Hex FA 16 F6 0 5B 2 2 12D 60 35
Octal 372 26 366 0 133 2 2 455 140 65
Binary 11111010 10110 11110110 0 1011011 10 10 100101101 1100000 110101

Color Harmonies of #FA16F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA16F6

Black with #FA16F6

Text Example


Text Example

White with #FA16F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA16F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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