Html Css Color HEX #FC18A0 Deep Pink

📋 copy color: '#FC18A0'

red 252 ◦ green 24 ◦ blue 160

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

Shades of Deep Pink #FC18A0

Tints of Deep Pink #FC18A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.7%

R = 57.8%
G = 5.5%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC18A0 (or 0xFC18A0) is known color: Deep Pink. HEX triplet: FC, 18 and A0. RGB value is (252,24,160). Sum of RGB (Red+Green+Blue) = 252+24+160=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC18A0 is #03E75F. Grayscale: #6B6B6B. Windows color (decimal): -255840 or 10492156. OLE color: 10492156.

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

Color convert

RGB 252 24 160 -
CMYK 0 0.90 0.37 0.01
HSL 324.21º 0.97% 0.54% -
HSV(B) 324.21º 0.9% 0.99% -
XYZ 46.82 23.89 35.4 -
YUV 107.68 157.54 230.94 -
System Red Green Blue C M Y K H S L
Decimal 252 24 160 0 0.90 0.37 0.01 324.21 0.97 0.54
Hex FC 18 A0 0 5A 25 1 144 61 36
Octal 374 30 240 0 132 45 1 504 141 66
Binary 11111100 11000 10100000 0 1011010 100101 1 101000100 1100001 110110

Color Harmonies of #FC18A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC18A0

Black with #FC18A0

Text Example


Text Example

White with #FC18A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC18A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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