Html Css Color HEX #FC23AD Spicy Pink

📋 copy color: '#FC23AD'

red 252 ◦ green 35 ◦ blue 173

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

Shades of Spicy Pink #FC23AD

Tints of Spicy Pink #FC23AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.61%

R = 54.78%
G = 7.61%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC23AD (or 0xFC23AD) is known color: Spicy Pink. HEX triplet: FC, 23 and AD. RGB value is (252,35,173). Sum of RGB (Red+Green+Blue) = 252+35+173=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC23AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC23AD is #03DC52. Grayscale: #737373. Windows color (decimal): -253011 or 11346940. OLE color: 11346940.

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

Color convert

RGB 252 35 173 -
CMYK 0 0.86 0.31 0.01
HSL 321.84º 0.97% 0.56% -
HSV(B) 321.84º 0.86% 0.99% -
XYZ 48.29 24.91 41.8 -
YUV 115.62 160.39 225.28 -
System Red Green Blue C M Y K H S L
Decimal 252 35 173 0 0.86 0.31 0.01 321.84 0.97 0.56
Hex FC 23 AD 0 56 1F 1 142 61 38
Octal 374 43 255 0 126 37 1 502 141 70
Binary 11111100 100011 10101101 0 1010110 11111 1 101000010 1100001 111000

Color Harmonies of #FC23AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC23AD

Black with #FC23AD

Text Example


Text Example

White with #FC23AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC23AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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