Html Css Color HEX #FA13E9 Magenta

📋 copy color: '#FA13E9'

red 250 ◦ green 19 ◦ blue 233

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

Shades of Magenta #FA13E9

Tints of Magenta #FA13E9

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.78%

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

R = 49.8%
G = 3.78%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FA13E9 (or 0xFA13E9) is known color: Magenta. HEX triplet: FA, 13 and E9. RGB value is (250,19,233). Sum of RGB (Red+Green+Blue) = 250+19+233=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 19 (7.81% from 255 or 3.78% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA13E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA13E9 is #05EC16. Grayscale: #6F6F6F. Windows color (decimal): -388119 or 15275002. OLE color: 15275002.

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

Color convert

RGB 250 19 233 -
CMYK 0 0.92 0.07 0.02
HSL 304.42º 0.96% 0.53% -
HSV(B) 304.42º 0.92% 0.98% -
XYZ 54.37 26.67 79.37 -
YUV 112.47 196.03 226.1 -
System Red Green Blue C M Y K H S L
Decimal 250 19 233 0 0.92 0.07 0.02 304.42 0.96 0.53
Hex FA 13 E9 0 5C 7 2 130 60 35
Octal 372 23 351 0 134 7 2 460 140 65
Binary 11111010 10011 11101001 0 1011100 111 10 100110000 1100000 110101

Color Harmonies of #FA13E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA13E9

Black with #FA13E9

Text Example


Text Example

White with #FA13E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA13E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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