Html Css Color HEX #FC18FA Magenta

📋 copy color: '#FC18FA'

red 252 ◦ green 24 ◦ blue 250

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

Shades of Magenta #FC18FA

Tints of Magenta #FC18FA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.56%

 BLUE value IS 250 (98.05% from 255) = 47.53%

R = 47.91%
G = 4.56%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC18FA (or 0xFC18FA) is known color: Magenta. HEX triplet: FC, 18 and FA. RGB value is (252,24,250). Sum of RGB (Red+Green+Blue) = 252+24+250=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 24 (9.77% from 255 or 4.56% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC18FA is #03E705. Grayscale: #757575. Windows color (decimal): -255750 or 16390396. OLE color: 16390396.

HSL color Cylindrical-coordinate representation of color #FC18FA: hue angle of 300.53º 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 #FC18FA is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 24 250 -
CMYK 0 0.90 0.01 0.01
HSL 300.53º 0.97% 0.54% -
HSV(B) 300.53º 0.9% 0.99% -
XYZ 57.73 28.25 92.85 -
YUV 117.94 202.54 223.62 -
System Red Green Blue C M Y K H S L
Decimal 252 24 250 0 0.90 0.01 0.01 300.53 0.97 0.54
Hex FC 18 FA 0 5A 1 1 12D 61 36
Octal 374 30 372 0 132 1 1 455 141 66
Binary 11111100 11000 11111010 0 1011010 1 1 100101101 1100001 110110

Color Harmonies of #FC18FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC18FA

Black with #FC18FA

Text Example


Text Example

White with #FC18FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC18FA; }

 p { color: rgb(252,24,250); }

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

background-color css

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

 a { background-color: rgb(252,24,250); }

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

border-color css

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

 span { border-color: rgb(252,24,250); }

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