Html Css Color HEX #FC18B2 Spicy Pink

📋 copy color: '#FC18B2'

red 252 ◦ green 24 ◦ blue 178

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

Shades of Spicy Pink #FC18B2

Tints of Spicy Pink #FC18B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.21%

R = 55.51%
G = 5.29%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC18B2 (or 0xFC18B2) is known color: Spicy Pink. HEX triplet: FC, 18 and B2. RGB value is (252,24,178). Sum of RGB (Red+Green+Blue) = 252+24+178=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 24 (9.77% from 255 or 5.29% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC18B2 is #03E74D. Grayscale: #6D6D6D. Windows color (decimal): -255822 or 11671804. OLE color: 11671804.

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

Color convert

RGB 252 24 178 -
CMYK 0 0.90 0.29 0.01
HSL 319.47º 0.97% 0.54% -
HSV(B) 319.47º 0.9% 0.99% -
XYZ 48.51 24.56 44.3 -
YUV 109.73 166.54 229.48 -
System Red Green Blue C M Y K H S L
Decimal 252 24 178 0 0.90 0.29 0.01 319.47 0.97 0.54
Hex FC 18 B2 0 5A 1D 1 13F 61 36
Octal 374 30 262 0 132 35 1 477 141 66
Binary 11111100 11000 10110010 0 1011010 11101 1 100111111 1100001 110110

Color Harmonies of #FC18B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC18B2

Black with #FC18B2

Text Example


Text Example

White with #FC18B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC18B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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