Html Css Color HEX #FC27FF Magenta

📋 copy color: '#FC27FF'

red 252 ◦ green 39 ◦ blue 255

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

Shades of Magenta #FC27FF

Tints of Magenta #FC27FF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.14%

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

R = 46.15%
G = 7.14%
B = 46.7%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC27FF (or 0xFC27FF) is known color: Magenta. HEX triplet: FC, 27 and FF. RGB value is (252,39,255). Sum of RGB (Red+Green+Blue) = 252+39+255=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 39 (15.62% from 255 or 7.14% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC27FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC27FF is #03D800. Grayscale: #7E7E7E. Windows color (decimal): -251905 or 16721916. OLE color: 16721916.

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

Color convert

RGB 252 39 255 -
CMYK 0.01 0.85 0 0
HSL 299.17º 1% 0.58% -
HSV(B) 299.17º 0.85% 1% -
XYZ 58.92 29.37 97.17 -
YUV 127.31 200.07 216.94 -
System Red Green Blue C M Y K H S L
Decimal 252 39 255 0.01 0.85 0 0 299.17 1 0.58
Hex FC 27 FF 1 55 0 0 12B 64 3A
Octal 374 47 377 1 125 0 0 453 144 72
Binary 11111100 100111 11111111 1 1010101 0 0 100101011 1100100 111010

Color Harmonies of #FC27FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC27FF

Black with #FC27FF

Text Example


Text Example

White with #FC27FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC27FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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