Html Css Color HEX #FC13FF Magenta

📋 copy color: '#FC13FF'

red 252 ◦ green 19 ◦ blue 255

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

Shades of Magenta #FC13FF

Tints of Magenta #FC13FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.61%

 BLUE value IS 255 (100% from 255) = 48.48%

R = 47.91%
G = 3.61%
B = 48.48%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC13FF (or 0xFC13FF) is known color: Magenta. HEX triplet: FC, 13 and FF. RGB value is (252,19,255). Sum of RGB (Red+Green+Blue) = 252+19+255=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 19 (7.81% from 255 or 3.61% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC13FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC13FF is #03EC00. Grayscale: #727272. Windows color (decimal): -257025 or 16716796. OLE color: 16716796.

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

Color convert

RGB 252 19 255 -
CMYK 0.01 0.93 0 0
HSL 299.24º 1% 0.54% -
HSV(B) 299.24º 0.93% 1% -
XYZ 58.43 28.38 97.01 -
YUV 115.57 206.69 225.31 -
System Red Green Blue C M Y K H S L
Decimal 252 19 255 0.01 0.93 0 0 299.24 1 0.54
Hex FC 13 FF 1 5D 0 0 12B 64 36
Octal 374 23 377 1 135 0 0 453 144 66
Binary 11111100 10011 11111111 1 1011101 0 0 100101011 1100100 110110

Color Harmonies of #FC13FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC13FF

Black with #FC13FF

Text Example


Text Example

White with #FC13FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC13FF; }

 p { color: rgb(252,19,255); }

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

background-color css

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

 a { background-color: rgb(252,19,255); }

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

border-color css

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

 span { border-color: rgb(252,19,255); }

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