Html Css Color HEX #FC18AA Spicy Pink

📋 copy color: '#FC18AA'

red 252 ◦ green 24 ◦ blue 170

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

Shades of Spicy Pink #FC18AA

Tints of Spicy Pink #FC18AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.12%

R = 56.5%
G = 5.38%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC18AA (or 0xFC18AA) is known color: Spicy Pink. HEX triplet: FC, 18 and AA. RGB value is (252,24,170). Sum of RGB (Red+Green+Blue) = 252+24+170=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC18AA is #03E755. Grayscale: #6C6C6C. Windows color (decimal): -255830 or 11147516. OLE color: 11147516.

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

Color convert

RGB 252 24 170 -
CMYK 0 0.90 0.33 0.01
HSL 321.58º 0.97% 0.54% -
HSV(B) 321.58º 0.9% 0.99% -
XYZ 47.73 24.25 40.2 -
YUV 108.82 162.54 230.13 -
System Red Green Blue C M Y K H S L
Decimal 252 24 170 0 0.90 0.33 0.01 321.58 0.97 0.54
Hex FC 18 AA 0 5A 21 1 142 61 36
Octal 374 30 252 0 132 41 1 502 141 66
Binary 11111100 11000 10101010 0 1011010 100001 1 101000010 1100001 110110

Color Harmonies of #FC18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC18AA

Black with #FC18AA

Text Example


Text Example

White with #FC18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC18AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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