Html Css Color HEX #FA1CF7 Magenta

📋 copy color: '#FA1CF7'

red 250 ◦ green 28 ◦ blue 247

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

Shades of Magenta #FA1CF7

Tints of Magenta #FA1CF7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.33%

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

R = 47.62%
G = 5.33%
B = 47.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA1CF7 (or 0xFA1CF7) is known color: Magenta. HEX triplet: FA, 1C and F7. RGB value is (250,28,247). Sum of RGB (Red+Green+Blue) = 250+28+247=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 28 (11.33% from 255 or 5.33% from 525); Blue value is 247 (96.88% from 255 or 47.05% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1CF7 is #05E308. Grayscale: #767676. Windows color (decimal): -385801 or 16194810. OLE color: 16194810.

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

Color convert

RGB 250 28 247 -
CMYK 0 0.89 0.01 0.02
HSL 300.81º 0.96% 0.55% -
HSV(B) 300.81º 0.89% 0.98% -
XYZ 56.63 27.87 90.39 -
YUV 119.34 200.05 221.19 -
System Red Green Blue C M Y K H S L
Decimal 250 28 247 0 0.89 0.01 0.02 300.81 0.96 0.55
Hex FA 1C F7 0 59 1 2 12D 60 37
Octal 372 34 367 0 131 1 2 455 140 67
Binary 11111010 11100 11110111 0 1011001 1 10 100101101 1100000 110111

Color Harmonies of #FA1CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1CF7

Black with #FA1CF7

Text Example


Text Example

White with #FA1CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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