Html Css Color HEX #FC18B8 Spicy Pink

📋 copy color: '#FC18B8'

red 252 ◦ green 24 ◦ blue 184

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

Shades of Spicy Pink #FC18B8

Tints of Spicy Pink #FC18B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40%

R = 54.78%
G = 5.22%
B = 40%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC18B8 (or 0xFC18B8) is known color: Spicy Pink. HEX triplet: FC, 18 and B8. RGB value is (252,24,184). Sum of RGB (Red+Green+Blue) = 252+24+184=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC18B8 is #03E747. Grayscale: #6D6D6D. Windows color (decimal): -255816 or 12065020. OLE color: 12065020.

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

Color convert

RGB 252 24 184 -
CMYK 0 0.90 0.27 0.01
HSL 317.89º 0.97% 0.54% -
HSV(B) 317.89º 0.9% 0.99% -
XYZ 49.12 24.81 47.55 -
YUV 110.41 169.54 228.99 -
System Red Green Blue C M Y K H S L
Decimal 252 24 184 0 0.90 0.27 0.01 317.89 0.97 0.54
Hex FC 18 B8 0 5A 1B 1 13E 61 36
Octal 374 30 270 0 132 33 1 476 141 66
Binary 11111100 11000 10111000 0 1011010 11011 1 100111110 1100001 110110

Color Harmonies of #FC18B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC18B8

Black with #FC18B8

Text Example


Text Example

White with #FC18B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC18B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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