Html Css Color HEX #FC1FAA Spicy Pink

📋 copy color: '#FC1FAA'

red 252 ◦ green 31 ◦ blue 170

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

Shades of Spicy Pink #FC1FAA

Tints of Spicy Pink #FC1FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.84%

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

R = 55.63%
G = 6.84%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC1FAA (or 0xFC1FAA) is known color: Spicy Pink. HEX triplet: FC, 1F and AA. RGB value is (252,31,170). Sum of RGB (Red+Green+Blue) = 252+31+170=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1FAA is #03E055. Grayscale: #707070. Windows color (decimal): -254038 or 11149308. OLE color: 11149308.

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

Color convert

RGB 252 31 170 -
CMYK 0 0.88 0.33 0.01
HSL 322.26º 0.97% 0.55% -
HSV(B) 322.26º 0.88% 0.99% -
XYZ 47.89 24.58 40.25 -
YUV 112.93 160.22 227.2 -
System Red Green Blue C M Y K H S L
Decimal 252 31 170 0 0.88 0.33 0.01 322.26 0.97 0.55
Hex FC 1F AA 0 58 21 1 142 61 37
Octal 374 37 252 0 130 41 1 502 141 67
Binary 11111100 11111 10101010 0 1011000 100001 1 101000010 1100001 110111

Color Harmonies of #FC1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1FAA

Black with #FC1FAA

Text Example


Text Example

White with #FC1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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