Html Css Color HEX #FC23AC Spicy Pink

📋 copy color: '#FC23AC'

red 252 ◦ green 35 ◦ blue 172

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

Shades of Spicy Pink #FC23AC

Tints of Spicy Pink #FC23AC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.63%

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 54.9%
G = 7.63%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC23AC (or 0xFC23AC) is known color: Spicy Pink. HEX triplet: FC, 23 and AC. RGB value is (252,35,172). Sum of RGB (Red+Green+Blue) = 252+35+172=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 35 (14.06% from 255 or 7.63% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC23AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC23AC is #03DC53. Grayscale: #737373. Windows color (decimal): -253012 or 11281404. OLE color: 11281404.

HSL color Cylindrical-coordinate representation of color #FC23AC: hue angle of 322.12º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC23AC is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 35 172 -
CMYK 0 0.86 0.32 0.01
HSL 322.12º 0.97% 0.56% -
HSV(B) 322.12º 0.86% 0.99% -
XYZ 48.19 24.88 41.29 -
YUV 115.5 159.89 225.36 -
System Red Green Blue C M Y K H S L
Decimal 252 35 172 0 0.86 0.32 0.01 322.12 0.97 0.56
Hex FC 23 AC 0 56 20 1 142 61 38
Octal 374 43 254 0 126 40 1 502 141 70
Binary 11111100 100011 10101100 0 1010110 100000 1 101000010 1100001 111000

Color Harmonies of #FC23AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC23AC

Black with #FC23AC

Text Example


Text Example

White with #FC23AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC23AC; }

 p { color: rgb(252,35,172); }

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

background-color css

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

 a { background-color: rgb(252,35,172); }

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

border-color css

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

 span { border-color: rgb(252,35,172); }

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