Html Css Color HEX #FC18F0 Magenta

📋 copy color: '#FC18F0'

red 252 ◦ green 24 ◦ blue 240

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

Shades of Magenta #FC18F0

Tints of Magenta #FC18F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.51%

R = 48.84%
G = 4.65%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC18F0 (or 0xFC18F0) is known color: Magenta. HEX triplet: FC, 18 and F0. RGB value is (252,24,240). Sum of RGB (Red+Green+Blue) = 252+24+240=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 24 (9.77% from 255 or 4.65% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC18F0 is #03E70F. Grayscale: #747474. Windows color (decimal): -255760 or 15735036. OLE color: 15735036.

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

Color convert

RGB 252 24 240 -
CMYK 0 0.90 0.05 0.01
HSL 303.16º 0.97% 0.54% -
HSV(B) 303.16º 0.9% 0.99% -
XYZ 56.2 27.64 84.81 -
YUV 116.8 197.54 224.44 -
System Red Green Blue C M Y K H S L
Decimal 252 24 240 0 0.90 0.05 0.01 303.16 0.97 0.54
Hex FC 18 F0 0 5A 5 1 12F 61 36
Octal 374 30 360 0 132 5 1 457 141 66
Binary 11111100 11000 11110000 0 1011010 101 1 100101111 1100001 110110

Color Harmonies of #FC18F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC18F0

Black with #FC18F0

Text Example


Text Example

White with #FC18F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC18F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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