Html Css Color HEX #FC12AA Spicy Pink

📋 copy color: '#FC12AA'

red 252 ◦ green 18 ◦ blue 170

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

Shades of Spicy Pink #FC12AA

Tints of Spicy Pink #FC12AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.64%

R = 57.27%
G = 4.09%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC12AA (or 0xFC12AA) is known color: Spicy Pink. HEX triplet: FC, 12 and AA. RGB value is (252,18,170). Sum of RGB (Red+Green+Blue) = 252+18+170=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC12AA is #03ED55. Grayscale: #686868. Windows color (decimal): -257366 or 11145980. OLE color: 11145980.

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

Color convert

RGB 252 18 170 -
CMYK 0 0.93 0.33 0.01
HSL 321.03º 0.98% 0.53% -
HSV(B) 321.03º 0.93% 0.99% -
XYZ 47.62 24.03 40.16 -
YUV 105.29 164.52 232.64 -
System Red Green Blue C M Y K H S L
Decimal 252 18 170 0 0.93 0.33 0.01 321.03 0.98 0.53
Hex FC 12 AA 0 5D 21 1 141 62 35
Octal 374 22 252 0 135 41 1 501 142 65
Binary 11111100 10010 10101010 0 1011101 100001 1 101000001 1100010 110101

Color Harmonies of #FC12AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC12AA

Black with #FC12AA

Text Example


Text Example

White with #FC12AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC12AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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