Html Css Color HEX #FC1DEA Magenta

📋 copy color: '#FC1DEA'

red 252 ◦ green 29 ◦ blue 234

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

Shades of Magenta #FC1DEA

Tints of Magenta #FC1DEA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.63%

 BLUE value IS 234 (91.8% from 255) = 45.44%

R = 48.93%
G = 5.63%
B = 45.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC1DEA (or 0xFC1DEA) is known color: Magenta. HEX triplet: FC, 1D and EA. RGB value is (252,29,234). Sum of RGB (Red+Green+Blue) = 252+29+234=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 29 (11.72% from 255 or 5.63% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1DEA is #03E215. Grayscale: #767676. Windows color (decimal): -254486 or 15343100. OLE color: 15343100.

HSL color Cylindrical-coordinate representation of color #FC1DEA: hue angle of 304.84º degrees, saturation: 0.97, 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 #FC1DEA is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 29 234 -
CMYK 0 0.88 0.07 0.01
HSL 304.84º 0.97% 0.55% -
HSV(B) 304.84º 0.88% 0.99% -
XYZ 55.44 27.51 80.23 -
YUV 119.05 192.88 222.83 -
System Red Green Blue C M Y K H S L
Decimal 252 29 234 0 0.88 0.07 0.01 304.84 0.97 0.55
Hex FC 1D EA 0 58 7 1 131 61 37
Octal 374 35 352 0 130 7 1 461 141 67
Binary 11111100 11101 11101010 0 1011000 111 1 100110001 1100001 110111

Color Harmonies of #FC1DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1DEA

Black with #FC1DEA

Text Example


Text Example

White with #FC1DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1DEA; }

 p { color: rgb(252,29,234); }

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

background-color css

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

 a { background-color: rgb(252,29,234); }

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

border-color css

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

 span { border-color: rgb(252,29,234); }

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