Html Css Color HEX #FC30FE Magenta

📋 copy color: '#FC30FE'

red 252 ◦ green 48 ◦ blue 254

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

Shades of Magenta #FC30FE

Tints of Magenta #FC30FE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 8.66%

 BLUE value IS 254 (99.61% from 255) = 45.85%

R = 45.49%
G = 8.66%
B = 45.85%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC30FE (or 0xFC30FE) is known color: Magenta. HEX triplet: FC, 30 and FE. RGB value is (252,48,254). Sum of RGB (Red+Green+Blue) = 252+48+254=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 48 (19.14% from 255 or 8.66% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC30FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC30FE is #03CF01. Grayscale: #838383. Windows color (decimal): -249602 or 16658684. OLE color: 16658684.

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

Color convert

RGB 252 48 254 -
CMYK 0.01 0.81 0 0.00
HSL 299.42º 0.99% 0.59% -
HSV(B) 299.42º 0.81% 1% -
XYZ 59.09 29.97 96.44 -
YUV 132.48 196.59 213.25 -
System Red Green Blue C M Y K H S L
Decimal 252 48 254 0.01 0.81 0 0.00 299.42 0.99 0.59
Hex FC 30 FE 1 51 0 0 12B 63 3B
Octal 374 60 376 1 121 0 0 453 143 73
Binary 11111100 110000 11111110 1 1010001 0 0 100101011 1100011 111011

Color Harmonies of #FC30FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30FE

Black with #FC30FE

Text Example


Text Example

White with #FC30FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30FE; }

 p { color: rgb(252,48,254); }

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

background-color css

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

 a { background-color: rgb(252,48,254); }

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

border-color css

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

 span { border-color: rgb(252,48,254); }

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