Html Css Color HEX #FC0FFE Magenta

📋 copy color: '#FC0FFE'

red 252 ◦ green 15 ◦ blue 254

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

Shades of Magenta #FC0FFE

Tints of Magenta #FC0FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.88%

 BLUE value IS 254 (99.61% from 255) = 48.75%

R = 48.37%
G = 2.88%
B = 48.75%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC0FFE (or 0xFC0FFE) is known color: Magenta. HEX triplet: FC, 0F and FE. RGB value is (252,15,254). Sum of RGB (Red+Green+Blue) = 252+15+254=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 15 (6.25% from 255 or 2.88% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC0FFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0FFE is #03F001. Grayscale: #707070. Windows color (decimal): -258050 or 16650236. OLE color: 16650236.

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

Color convert

RGB 252 15 254 -
CMYK 0.01 0.94 0 0.00
HSL 299.5º 0.99% 0.53% -
HSV(B) 299.5º 0.94% 1% -
XYZ 58.21 28.19 96.14 -
YUV 113.11 207.52 227.07 -
System Red Green Blue C M Y K H S L
Decimal 252 15 254 0.01 0.94 0 0.00 299.5 0.99 0.53
Hex FC F FE 1 5E 0 0 12B 63 35
Octal 374 17 376 1 136 0 0 453 143 65
Binary 11111100 1111 11111110 1 1011110 0 0 100101011 1100011 110101

Color Harmonies of #FC0FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0FFE

Black with #FC0FFE

Text Example


Text Example

White with #FC0FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0FFE; }

 p { color: rgb(252,15,254); }

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

background-color css

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

 a { background-color: rgb(252,15,254); }

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

border-color css

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

 span { border-color: rgb(252,15,254); }

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