Html Css Color HEX #FC12AD Spicy Pink

📋 copy color: '#FC12AD'

red 252 ◦ green 18 ◦ blue 173

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

Shades of Spicy Pink #FC12AD

Tints of Spicy Pink #FC12AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.06%

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

R = 56.88%
G = 4.06%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC12AD (or 0xFC12AD) is known color: Spicy Pink. HEX triplet: FC, 12 and AD. RGB value is (252,18,173). Sum of RGB (Red+Green+Blue) = 252+18+173=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC12AD is #03ED52. Grayscale: #696969. Windows color (decimal): -257363 or 11342588. OLE color: 11342588.

HSL color Cylindrical-coordinate representation of color #FC12AD: hue angle of 320.26º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC12AD is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 18 173 -
CMYK 0 0.93 0.31 0.01
HSL 320.26º 0.98% 0.53% -
HSV(B) 320.26º 0.93% 0.99% -
XYZ 47.9 24.15 41.67 -
YUV 105.64 166.02 232.4 -
System Red Green Blue C M Y K H S L
Decimal 252 18 173 0 0.93 0.31 0.01 320.26 0.98 0.53
Hex FC 12 AD 0 5D 1F 1 140 62 35
Octal 374 22 255 0 135 37 1 500 142 65
Binary 11111100 10010 10101101 0 1011101 11111 1 101000000 1100010 110101

Color Harmonies of #FC12AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC12AD

Black with #FC12AD

Text Example


Text Example

White with #FC12AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC12AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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