Html Css Color HEX #FC05FF Magenta

📋 copy color: '#FC05FF'

red 252 ◦ green 5 ◦ blue 255

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

Shades of Magenta #FC05FF

Tints of Magenta #FC05FF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 0.98%

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

R = 49.22%
G = 0.98%
B = 49.8%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC05FF (or 0xFC05FF) is known color: Magenta. HEX triplet: FC, 05 and FF. RGB value is (252,5,255). Sum of RGB (Red+Green+Blue) = 252+5+255=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 5 (2.34% from 255 or 0.98% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC05FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC05FF is #03FA00. Grayscale: #6A6A6A. Windows color (decimal): -260609 or 16713212. OLE color: 16713212.

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

Color convert

RGB 252 5 255 -
CMYK 0.01 0.98 0 0
HSL 299.28º 1% 0.51% -
HSV(B) 299.28º 0.98% 1% -
XYZ 58.25 28.02 96.95 -
YUV 107.35 211.33 231.17 -
System Red Green Blue C M Y K H S L
Decimal 252 5 255 0.01 0.98 0 0 299.28 1 0.51
Hex FC 5 FF 1 62 0 0 12B 64 33
Octal 374 5 377 1 142 0 0 453 144 63
Binary 11111100 101 11111111 1 1100010 0 0 100101011 1100100 110011

Color Harmonies of #FC05FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC05FF

Black with #FC05FF

Text Example


Text Example

White with #FC05FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC05FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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