Html Css Color HEX #FC1CF9 Magenta

📋 copy color: '#FC1CF9'

red 252 ◦ green 28 ◦ blue 249

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

Shades of Magenta #FC1CF9

Tints of Magenta #FC1CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.07%

R = 47.64%
G = 5.29%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC1CF9 (or 0xFC1CF9) is known color: Magenta. HEX triplet: FC, 1C and F9. RGB value is (252,28,249). Sum of RGB (Red+Green+Blue) = 252+28+249=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 28 (11.33% from 255 or 5.29% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1CF9 is #03E306. Grayscale: #777777. Windows color (decimal): -254727 or 16325884. OLE color: 16325884.

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

Color convert

RGB 252 28 249 -
CMYK 0 0.89 0.01 0.01
HSL 300.8º 0.97% 0.55% -
HSV(B) 300.8º 0.89% 0.99% -
XYZ 57.66 28.37 92.06 -
YUV 120.17 200.71 222.03 -
System Red Green Blue C M Y K H S L
Decimal 252 28 249 0 0.89 0.01 0.01 300.8 0.97 0.55
Hex FC 1C F9 0 59 1 1 12D 61 37
Octal 374 34 371 0 131 1 1 455 141 67
Binary 11111100 11100 11111001 0 1011001 1 1 100101101 1100001 110111

Color Harmonies of #FC1CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1CF9

Black with #FC1CF9

Text Example


Text Example

White with #FC1CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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