Html Css Color HEX #FC0FFD Magenta

📋 copy color: '#FC0FFD'

red 252 ◦ green 15 ◦ blue 253

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

Shades of Magenta #FC0FFD

Tints of Magenta #FC0FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.65%

R = 48.46%
G = 2.88%
B = 48.65%

CMYK

 C value IS 0.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC0FFD (or 0xFC0FFD) is known color: Magenta. HEX triplet: FC, 0F and FD. RGB value is (252,15,253). Sum of RGB (Red+Green+Blue) = 252+15+253=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 15 (6.25% from 255 or 2.88% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC0FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0FFD is #03F002. Grayscale: #707070. Windows color (decimal): -258051 or 16584700. OLE color: 16584700.

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

Color convert

RGB 252 15 253 -
CMYK 0.00 0.94 0 0.01
HSL 299.75º 0.98% 0.53% -
HSV(B) 299.75º 0.94% 0.99% -
XYZ 58.05 28.13 95.3 -
YUV 113 207.02 227.15 -
System Red Green Blue C M Y K H S L
Decimal 252 15 253 0.00 0.94 0 0.01 299.75 0.98 0.53
Hex FC F FD 0 5E 0 1 12C 62 35
Octal 374 17 375 0 136 0 1 454 142 65
Binary 11111100 1111 11111101 0 1011110 0 1 100101100 1100010 110101

Color Harmonies of #FC0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0FFD

Black with #FC0FFD

Text Example


Text Example

White with #FC0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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