Html Css Color HEX #FC2ABA Spicy Pink

📋 copy color: '#FC2ABA'

red 252 ◦ green 42 ◦ blue 186

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

Shades of Spicy Pink #FC2ABA

Tints of Spicy Pink #FC2ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.75%

 BLUE value IS 186 (73.05% from 255) = 38.75%

R = 52.5%
G = 8.75%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC2ABA (or 0xFC2ABA) is known color: Spicy Pink. HEX triplet: FC, 2A and BA. RGB value is (252,42,186). Sum of RGB (Red+Green+Blue) = 252+42+186=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 42 (16.80% from 255 or 8.75% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2ABA is #03D545. Grayscale: #787878. Windows color (decimal): -251206 or 12200700. OLE color: 12200700.

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

Color convert

RGB 252 42 186 -
CMYK 0 0.83 0.26 0.01
HSL 318.86º 0.97% 0.58% -
HSV(B) 318.86º 0.83% 0.99% -
XYZ 49.84 25.9 48.83 -
YUV 121.21 164.57 221.29 -
System Red Green Blue C M Y K H S L
Decimal 252 42 186 0 0.83 0.26 0.01 318.86 0.97 0.58
Hex FC 2A BA 0 53 1A 1 13F 61 3A
Octal 374 52 272 0 123 32 1 477 141 72
Binary 11111100 101010 10111010 0 1010011 11010 1 100111111 1100001 111010

Color Harmonies of #FC2ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2ABA

Black with #FC2ABA

Text Example


Text Example

White with #FC2ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2ABA; }

 p { color: rgb(252,42,186); }

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

background-color css

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

 a { background-color: rgb(252,42,186); }

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

border-color css

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

 span { border-color: rgb(252,42,186); }

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