Html Css Color HEX #FC00F0 Magenta

📋 copy color: '#FC00F0'

red 252 ◦ green 0 ◦ blue 240

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

Shades of Magenta #FC00F0

Tints of Magenta #FC00F0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 240 (94.14% from 255) = 48.78%

R = 51.22%
G = 0%
B = 48.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC00F0 (or 0xFC00F0) is known color: Magenta. HEX triplet: FC, 00 and F0. RGB value is (252,0,240). Sum of RGB (Red+Green+Blue) = 252+0+240=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 0 (0.39% from 255 or 0% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC00F0 is #03FF0F. Grayscale: #666666. Windows color (decimal): -261904 or 15728892. OLE color: 15728892.

HSL color Cylindrical-coordinate representation of color #FC00F0: hue angle of 302.86º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC00F0 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 240 -
CMYK 0 1 0.05 0.01
HSL 302.86º 1% 0.49% -
HSV(B) 302.86º 1% 0.99% -
XYZ 55.87 26.99 84.7 -
YUV 102.71 205.49 234.49 -
System Red Green Blue C M Y K H S L
Decimal 252 0 240 0 1 0.05 0.01 302.86 1 0.49
Hex FC 0 F0 0 64 5 1 12F 64 31
Octal 374 0 360 0 144 5 1 457 144 61
Binary 11111100 0 11110000 0 1100100 101 1 100101111 1100100 110001

Color Harmonies of #FC00F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00F0

Black with #FC00F0

Text Example


Text Example

White with #FC00F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00F0; }

 p { color: rgb(252,0,240); }

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

background-color css

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

 a { background-color: rgb(252,0,240); }

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

border-color css

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

 span { border-color: rgb(252,0,240); }

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