Html Css Color HEX #FC13EA Magenta

📋 copy color: '#FC13EA'

red 252 ◦ green 19 ◦ blue 234

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

Shades of Magenta #FC13EA

Tints of Magenta #FC13EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 49.9%
G = 3.76%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC13EA (or 0xFC13EA) is known color: Magenta. HEX triplet: FC, 13 and EA. RGB value is (252,19,234). Sum of RGB (Red+Green+Blue) = 252+19+234=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 19 (7.81% from 255 or 3.76% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC13EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC13EA is #03EC15. Grayscale: #707070. Windows color (decimal): -257046 or 15340540. OLE color: 15340540.

HSL color Cylindrical-coordinate representation of color #FC13EA: hue angle of 304.64º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC13EA is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 19 234 -
CMYK 0 0.92 0.07 0.01
HSL 304.64º 0.97% 0.53% -
HSV(B) 304.64º 0.92% 0.99% -
XYZ 55.23 27.1 80.16 -
YUV 113.18 196.19 227.02 -
System Red Green Blue C M Y K H S L
Decimal 252 19 234 0 0.92 0.07 0.01 304.64 0.97 0.53
Hex FC 13 EA 0 5C 7 1 131 61 35
Octal 374 23 352 0 134 7 1 461 141 65
Binary 11111100 10011 11101010 0 1011100 111 1 100110001 1100001 110101

Color Harmonies of #FC13EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC13EA

Black with #FC13EA

Text Example


Text Example

White with #FC13EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC13EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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