Html Css Color HEX #FA17F7 Magenta

📋 copy color: '#FA17F7'

red 250 ◦ green 23 ◦ blue 247

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

Shades of Magenta #FA17F7

Tints of Magenta #FA17F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.5%

R = 48.08%
G = 4.42%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA17F7 (or 0xFA17F7) is known color: Magenta. HEX triplet: FA, 17 and F7. RGB value is (250,23,247). Sum of RGB (Red+Green+Blue) = 250+23+247=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 23 (9.38% from 255 or 4.42% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA17F7 is #05E808. Grayscale: #737373. Windows color (decimal): -387081 or 16193530. OLE color: 16193530.

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

Color convert

RGB 250 23 247 -
CMYK 0 0.91 0.01 0.02
HSL 300.79º 0.96% 0.54% -
HSV(B) 300.79º 0.91% 0.98% -
XYZ 56.52 27.65 90.35 -
YUV 116.41 201.71 223.29 -
System Red Green Blue C M Y K H S L
Decimal 250 23 247 0 0.91 0.01 0.02 300.79 0.96 0.54
Hex FA 17 F7 0 5B 1 2 12D 60 36
Octal 372 27 367 0 133 1 2 455 140 66
Binary 11111010 10111 11110111 0 1011011 1 10 100101101 1100000 110110

Color Harmonies of #FA17F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA17F7

Black with #FA17F7

Text Example


Text Example

White with #FA17F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA17F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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