Html Css Color HEX #FC12FF Magenta

📋 copy color: '#FC12FF'

red 252 ◦ green 18 ◦ blue 255

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

Shades of Magenta #FC12FF

Tints of Magenta #FC12FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.43%

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

R = 48%
G = 3.43%
B = 48.57%

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

#FC12FF (or 0xFC12FF) is known color: Magenta. HEX triplet: FC, 12 and FF. RGB value is (252,18,255). Sum of RGB (Red+Green+Blue) = 252+18+255=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 18 (7.42% from 255 or 3.43% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC12FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC12FF is #03ED00. Grayscale: #727272. Windows color (decimal): -257281 or 16716540. OLE color: 16716540.

HSL color Cylindrical-coordinate representation of color #FC12FF: 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 #FC12FF is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 252 18 255 -
CMYK 0.01 0.93 0 0
HSL 299.24º 1% 0.54% -
HSV(B) 299.24º 0.93% 1% -
XYZ 58.41 28.35 97 -
YUV 114.98 207.02 225.73 -
System Red Green Blue C M Y K H S L
Decimal 252 18 255 0.01 0.93 0 0 299.24 1 0.54
Hex FC 12 FF 1 5D 0 0 12B 64 36
Octal 374 22 377 1 135 0 0 453 144 66
Binary 11111100 10010 11111111 1 1011101 0 0 100101011 1100100 110110

Color Harmonies of #FC12FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC12FF

Black with #FC12FF

Text Example


Text Example

White with #FC12FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC12FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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