Html Css Color HEX #FC1CEA Magenta

📋 copy color: '#FC1CEA'

red 252 ◦ green 28 ◦ blue 234

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

Shades of Magenta #FC1CEA

Tints of Magenta #FC1CEA

RGB

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

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

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

R = 49.03%
G = 5.45%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC1CEA (or 0xFC1CEA) is known color: Magenta. HEX triplet: FC, 1C and EA. RGB value is (252,28,234). Sum of RGB (Red+Green+Blue) = 252+28+234=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 28 (11.33% from 255 or 5.45% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1CEA is #03E315. Grayscale: #757575. Windows color (decimal): -254742 or 15342844. OLE color: 15342844.

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

Color convert

RGB 252 28 234 -
CMYK 0 0.89 0.07 0.01
HSL 304.82º 0.97% 0.55% -
HSV(B) 304.82º 0.89% 0.99% -
XYZ 55.41 27.47 80.22 -
YUV 118.46 193.21 223.25 -
System Red Green Blue C M Y K H S L
Decimal 252 28 234 0 0.89 0.07 0.01 304.82 0.97 0.55
Hex FC 1C EA 0 59 7 1 131 61 37
Octal 374 34 352 0 131 7 1 461 141 67
Binary 11111100 11100 11101010 0 1011001 111 1 100110001 1100001 110111

Color Harmonies of #FC1CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1CEA

Black with #FC1CEA

Text Example


Text Example

White with #FC1CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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