Html Css Color HEX #FC1EFD Magenta

📋 copy color: '#FC1EFD'

red 252 ◦ green 30 ◦ blue 253

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

Shades of Magenta #FC1EFD

Tints of Magenta #FC1EFD

RGB

 RED value IS 252 (98.83% from 255) = 47.1%

 GREEN value IS 30 (12.11% from 255) = 5.61%

 BLUE value IS 253 (99.22% from 255) = 47.29%

R = 47.1%
G = 5.61%
B = 47.29%

CMYK

 C value IS 0.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC1EFD (or 0xFC1EFD) is known color: Magenta. HEX triplet: FC, 1E and FD. RGB value is (252,30,253). Sum of RGB (Red+Green+Blue) = 252+30+253=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 30 (12.11% from 255 or 5.61% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC1EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1EFD is #03E102. Grayscale: #797979. Windows color (decimal): -254211 or 16588540. OLE color: 16588540.

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

Color convert

RGB 252 30 253 -
CMYK 0.00 0.88 0 0.01
HSL 299.73º 0.98% 0.55% -
HSV(B) 299.73º 0.88% 0.99% -
XYZ 58.34 28.72 95.4 -
YUV 121.8 202.05 220.87 -
System Red Green Blue C M Y K H S L
Decimal 252 30 253 0.00 0.88 0 0.01 299.73 0.98 0.55
Hex FC 1E FD 0 58 0 1 12C 62 37
Octal 374 36 375 0 130 0 1 454 142 67
Binary 11111100 11110 11111101 0 1011000 0 1 100101100 1100010 110111

Color Harmonies of #FC1EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1EFD

Black with #FC1EFD

Text Example


Text Example

White with #FC1EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1EFD; }

 p { color: rgb(252,30,253); }

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

background-color css

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

 a { background-color: rgb(252,30,253); }

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

border-color css

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

 span { border-color: rgb(252,30,253); }

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