Html Css Color HEX #FA1CE8 Magenta

📋 copy color: '#FA1CE8'

red 250 ◦ green 28 ◦ blue 232

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

Shades of Magenta #FA1CE8

Tints of Magenta #FA1CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.49%

R = 49.02%
G = 5.49%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FA1CE8 (or 0xFA1CE8) is known color: Magenta. HEX triplet: FA, 1C and E8. RGB value is (250,28,232). Sum of RGB (Red+Green+Blue) = 250+28+232=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 28 (11.33% from 255 or 5.49% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1CE8 is #05E317. Grayscale: #757575. Windows color (decimal): -385816 or 15211770. OLE color: 15211770.

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

Color convert

RGB 250 28 232 -
CMYK 0 0.89 0.07 0.02
HSL 304.86º 0.96% 0.55% -
HSV(B) 304.86º 0.89% 0.98% -
XYZ 54.41 26.98 78.68 -
YUV 117.63 192.55 222.41 -
System Red Green Blue C M Y K H S L
Decimal 250 28 232 0 0.89 0.07 0.02 304.86 0.96 0.55
Hex FA 1C E8 0 59 7 2 131 60 37
Octal 372 34 350 0 131 7 2 461 140 67
Binary 11111010 11100 11101000 0 1011001 111 10 100110001 1100000 110111

Color Harmonies of #FA1CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1CE8

Black with #FA1CE8

Text Example


Text Example

White with #FA1CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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