Html Css Color HEX #FC00CF Hot Magenta

📋 copy color: '#FC00CF'

red 252 ◦ green 0 ◦ blue 207

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

Shades of Hot Magenta #FC00CF

Tints of Hot Magenta #FC00CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 54.9%
G = 0%
B = 45.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC00CF (or 0xFC00CF) is known color: Hot Magenta. HEX triplet: FC, 00 and CF. RGB value is (252,0,207). Sum of RGB (Red+Green+Blue) = 252+0+207=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00CF is #03FF30. Grayscale: #626262. Windows color (decimal): -261937 or 13566204. OLE color: 13566204.

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

Color convert

RGB 252 0 207 -
CMYK 0 1 0.18 0.01
HSL 310.71º 1% 0.49% -
HSV(B) 310.71º 1% 0.99% -
XYZ 51.41 25.2 61.19 -
YUV 98.95 188.99 237.17 -
System Red Green Blue C M Y K H S L
Decimal 252 0 207 0 1 0.18 0.01 310.71 1 0.49
Hex FC 0 CF 0 64 12 1 137 64 31
Octal 374 0 317 0 144 22 1 467 144 61
Binary 11111100 0 11001111 0 1100100 10010 1 100110111 1100100 110001

Color Harmonies of #FC00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00CF

Black with #FC00CF

Text Example


Text Example

White with #FC00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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