Html Css Color HEX #FA16FF Magenta

📋 copy color: '#FA16FF'

red 250 ◦ green 22 ◦ blue 255

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

Shades of Magenta #FA16FF

Tints of Magenta #FA16FF

RGB

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

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

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

R = 47.44%
G = 4.17%
B = 48.39%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA16FF (or 0xFA16FF) is known color: Magenta. HEX triplet: FA, 16 and FF. RGB value is (250,22,255). Sum of RGB (Red+Green+Blue) = 250+22+255=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 22 (8.98% from 255 or 4.17% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA16FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA16FF is #05E900. Grayscale: #747474. Windows color (decimal): -387329 or 16717562. OLE color: 16717562.

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

Color convert

RGB 250 22 255 -
CMYK 0.02 0.91 0 0
HSL 298.71º 1% 0.54% -
HSV(B) 298.71º 0.91% 1% -
XYZ 57.76 28.12 96.99 -
YUV 116.73 206.04 223.05 -
System Red Green Blue C M Y K H S L
Decimal 250 22 255 0.02 0.91 0 0 298.71 1 0.54
Hex FA 16 FF 2 5B 0 0 12B 64 36
Octal 372 26 377 2 133 0 0 453 144 66
Binary 11111010 10110 11111111 10 1011011 0 0 100101011 1100100 110110

Color Harmonies of #FA16FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA16FF

Black with #FA16FF

Text Example


Text Example

White with #FA16FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA16FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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