Html Css Color HEX #FC18FB Magenta

📋 copy color: '#FC18FB'

red 252 ◦ green 24 ◦ blue 251

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

Shades of Magenta #FC18FB

Tints of Magenta #FC18FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 47.82%
G = 4.55%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC18FB (or 0xFC18FB) is known color: Magenta. HEX triplet: FC, 18 and FB. RGB value is (252,24,251). Sum of RGB (Red+Green+Blue) = 252+24+251=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 24 (9.77% from 255 or 4.55% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC18FB is #03E704. Grayscale: #757575. Windows color (decimal): -255749 or 16455932. OLE color: 16455932.

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

Color convert

RGB 252 24 251 -
CMYK 0 0.90 0.00 0.01
HSL 300.26º 0.97% 0.54% -
HSV(B) 300.26º 0.9% 0.99% -
XYZ 57.88 28.31 93.68 -
YUV 118.05 203.04 223.54 -
System Red Green Blue C M Y K H S L
Decimal 252 24 251 0 0.90 0.00 0.01 300.26 0.97 0.54
Hex FC 18 FB 0 5A 0 1 12C 61 36
Octal 374 30 373 0 132 0 1 454 141 66
Binary 11111100 11000 11111011 0 1011010 0 1 100101100 1100001 110110

Color Harmonies of #FC18FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC18FB

Black with #FC18FB

Text Example


Text Example

White with #FC18FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC18FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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