Html Css Color HEX #FA1CEE Magenta

📋 copy color: '#FA1CEE'

red 250 ◦ green 28 ◦ blue 238

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

Shades of Magenta #FA1CEE

Tints of Magenta #FA1CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.12%

R = 48.45%
G = 5.43%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA1CEE (or 0xFA1CEE) is known color: Magenta. HEX triplet: FA, 1C and EE. RGB value is (250,28,238). Sum of RGB (Red+Green+Blue) = 250+28+238=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 28 (11.33% from 255 or 5.43% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1CEE is #05E311. Grayscale: #757575. Windows color (decimal): -385810 or 15604986. OLE color: 15604986.

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

Color convert

RGB 250 28 238 -
CMYK 0 0.89 0.05 0.02
HSL 303.24º 0.96% 0.55% -
HSV(B) 303.24º 0.89% 0.98% -
XYZ 55.27 27.33 83.25 -
YUV 118.32 195.55 221.92 -
System Red Green Blue C M Y K H S L
Decimal 250 28 238 0 0.89 0.05 0.02 303.24 0.96 0.55
Hex FA 1C EE 0 59 5 2 12F 60 37
Octal 372 34 356 0 131 5 2 457 140 67
Binary 11111010 11100 11101110 0 1011001 101 10 100101111 1100000 110111

Color Harmonies of #FA1CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1CEE

Black with #FA1CEE

Text Example


Text Example

White with #FA1CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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