Html Css Color HEX #FC00F7 Magenta

📋 copy color: '#FC00F7'

red 252 ◦ green 0 ◦ blue 247

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

Shades of Magenta #FC00F7

Tints of Magenta #FC00F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.5%

R = 50.5%
G = 0%
B = 49.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC00F7 (or 0xFC00F7) is known color: Magenta. HEX triplet: FC, 00 and F7. RGB value is (252,0,247). Sum of RGB (Red+Green+Blue) = 252+0+247=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 0 (0.39% from 255 or 0% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC00F7 is #03FF08. Grayscale: #666666. Windows color (decimal): -261897 or 16187644. OLE color: 16187644.

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

Color convert

RGB 252 0 247 -
CMYK 0 1 0.02 0.01
HSL 301.19º 1% 0.49% -
HSV(B) 301.19º 1% 0.99% -
XYZ 56.93 27.41 90.29 -
YUV 103.51 208.99 233.92 -
System Red Green Blue C M Y K H S L
Decimal 252 0 247 0 1 0.02 0.01 301.19 1 0.49
Hex FC 0 F7 0 64 2 1 12D 64 31
Octal 374 0 367 0 144 2 1 455 144 61
Binary 11111100 0 11110111 0 1100100 10 1 100101101 1100100 110001

Color Harmonies of #FC00F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00F7

Black with #FC00F7

Text Example


Text Example

White with #FC00F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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