Html Css Color HEX #FA17E9 Magenta

📋 copy color: '#FA17E9'

red 250 ◦ green 23 ◦ blue 233

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

Shades of Magenta #FA17E9

Tints of Magenta #FA17E9

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.55%

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

R = 49.41%
G = 4.55%
B = 46.05%

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

#FA17E9 (or 0xFA17E9) is known color: Magenta. HEX triplet: FA, 17 and E9. RGB value is (250,23,233). Sum of RGB (Red+Green+Blue) = 250+23+233=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 23 (9.38% from 255 or 4.55% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA17E9 is #05E816. Grayscale: #727272. Windows color (decimal): -387095 or 15276026. OLE color: 15276026.

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

Color convert

RGB 250 23 233 -
CMYK 0 0.91 0.07 0.02
HSL 304.49º 0.96% 0.54% -
HSV(B) 304.49º 0.91% 0.98% -
XYZ 54.44 26.82 79.4 -
YUV 114.81 194.71 224.42 -
System Red Green Blue C M Y K H S L
Decimal 250 23 233 0 0.91 0.07 0.02 304.49 0.96 0.54
Hex FA 17 E9 0 5B 7 2 130 60 36
Octal 372 27 351 0 133 7 2 460 140 66
Binary 11111010 10111 11101001 0 1011011 111 10 100110000 1100000 110110

Color Harmonies of #FA17E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA17E9

Black with #FA17E9

Text Example


Text Example

White with #FA17E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA17E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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