Html Css Color HEX #FC1CED Magenta

📋 copy color: '#FC1CED'

red 252 ◦ green 28 ◦ blue 237

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

Shades of Magenta #FC1CED

Tints of Magenta #FC1CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 48.74%
G = 5.42%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC1CED (or 0xFC1CED) is known color: Magenta. HEX triplet: FC, 1C and ED. RGB value is (252,28,237). Sum of RGB (Red+Green+Blue) = 252+28+237=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 28 (11.33% from 255 or 5.42% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1CED is #03E312. Grayscale: #767676. Windows color (decimal): -254739 or 15539452. OLE color: 15539452.

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

Color convert

RGB 252 28 237 -
CMYK 0 0.89 0.06 0.01
HSL 304.02º 0.97% 0.55% -
HSV(B) 304.02º 0.89% 0.99% -
XYZ 55.85 27.64 82.51 -
YUV 118.8 194.71 223.01 -
System Red Green Blue C M Y K H S L
Decimal 252 28 237 0 0.89 0.06 0.01 304.02 0.97 0.55
Hex FC 1C ED 0 59 6 1 130 61 37
Octal 374 34 355 0 131 6 1 460 141 67
Binary 11111100 11100 11101101 0 1011001 110 1 100110000 1100001 110111

Color Harmonies of #FC1CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1CED

Black with #FC1CED

Text Example


Text Example

White with #FC1CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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