Html Css Color HEX #FA16E9 Magenta

📋 copy color: '#FA16E9'

red 250 ◦ green 22 ◦ blue 233

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

Shades of Magenta #FA16E9

Tints of Magenta #FA16E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.14%

R = 49.5%
G = 4.36%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FA16E9 (or 0xFA16E9) is known color: Magenta. HEX triplet: FA, 16 and E9. RGB value is (250,22,233). Sum of RGB (Red+Green+Blue) = 250+22+233=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 22 (8.98% from 255 or 4.36% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA16E9 is #05E916. Grayscale: #717171. Windows color (decimal): -387351 or 15275770. OLE color: 15275770.

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

Color convert

RGB 250 22 233 -
CMYK 0 0.91 0.07 0.02
HSL 304.47º 0.96% 0.53% -
HSV(B) 304.47º 0.91% 0.98% -
XYZ 54.42 26.78 79.39 -
YUV 114.23 195.04 224.84 -
System Red Green Blue C M Y K H S L
Decimal 250 22 233 0 0.91 0.07 0.02 304.47 0.96 0.53
Hex FA 16 E9 0 5B 7 2 130 60 35
Octal 372 26 351 0 133 7 2 460 140 65
Binary 11111010 10110 11101001 0 1011011 111 10 100110000 1100000 110101

Color Harmonies of #FA16E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA16E9

Black with #FA16E9

Text Example


Text Example

White with #FA16E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA16E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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