Html Css Color HEX #FC1CEF Magenta

📋 copy color: '#FC1CEF'

red 252 ◦ green 28 ◦ blue 239

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

Shades of Magenta #FC1CEF

Tints of Magenta #FC1CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.05%

R = 48.55%
G = 5.39%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC1CEF (or 0xFC1CEF) is known color: Magenta. HEX triplet: FC, 1C and EF. RGB value is (252,28,239). Sum of RGB (Red+Green+Blue) = 252+28+239=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 28 (11.33% from 255 or 5.39% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1CEF is #03E310. Grayscale: #767676. Windows color (decimal): -254737 or 15670524. OLE color: 15670524.

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

Color convert

RGB 252 28 239 -
CMYK 0 0.89 0.05 0.01
HSL 303.48º 0.97% 0.55% -
HSV(B) 303.48º 0.89% 0.99% -
XYZ 56.14 27.76 84.06 -
YUV 119.03 195.71 222.84 -
System Red Green Blue C M Y K H S L
Decimal 252 28 239 0 0.89 0.05 0.01 303.48 0.97 0.55
Hex FC 1C EF 0 59 5 1 12F 61 37
Octal 374 34 357 0 131 5 1 457 141 67
Binary 11111100 11100 11101111 0 1011001 101 1 100101111 1100001 110111

Color Harmonies of #FC1CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1CEF

Black with #FC1CEF

Text Example


Text Example

White with #FC1CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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