Html Css Color HEX #FC19F3 Magenta

📋 copy color: '#FC19F3'

red 252 ◦ green 25 ◦ blue 243

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

Shades of Magenta #FC19F3

Tints of Magenta #FC19F3

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.81%

 BLUE value IS 243 (95.31% from 255) = 46.73%

R = 48.46%
G = 4.81%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC19F3 (or 0xFC19F3) is known color: Magenta. HEX triplet: FC, 19 and F3. RGB value is (252,25,243). Sum of RGB (Red+Green+Blue) = 252+25+243=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 25 (10.16% from 255 or 4.81% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC19F3 is #03E60C. Grayscale: #757575. Windows color (decimal): -255501 or 15931900. OLE color: 15931900.

HSL color Cylindrical-coordinate representation of color #FC19F3: hue angle of 302.38º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC19F3 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 25 243 -
CMYK 0 0.90 0.04 0.01
HSL 302.38º 0.97% 0.54% -
HSV(B) 302.38º 0.9% 0.99% -
XYZ 56.67 27.86 87.19 -
YUV 117.73 198.71 223.77 -
System Red Green Blue C M Y K H S L
Decimal 252 25 243 0 0.90 0.04 0.01 302.38 0.97 0.54
Hex FC 19 F3 0 5A 4 1 12E 61 36
Octal 374 31 363 0 132 4 1 456 141 66
Binary 11111100 11001 11110011 0 1011010 100 1 100101110 1100001 110110

Color Harmonies of #FC19F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC19F3

Black with #FC19F3

Text Example


Text Example

White with #FC19F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC19F3; }

 p { color: rgb(252,25,243); }

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

background-color css

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

 a { background-color: rgb(252,25,243); }

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

border-color css

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

 span { border-color: rgb(252,25,243); }

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