Html Css Color HEX #FC2BBA Spicy Pink

📋 copy color: '#FC2BBA'

red 252 ◦ green 43 ◦ blue 186

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

Shades of Spicy Pink #FC2BBA

Tints of Spicy Pink #FC2BBA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.94%

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

R = 52.39%
G = 8.94%
B = 38.67%

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

#FC2BBA (or 0xFC2BBA) is known color: Spicy Pink. HEX triplet: FC, 2B and BA. RGB value is (252,43,186). Sum of RGB (Red+Green+Blue) = 252+43+186=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 43 (17.19% from 255 or 8.94% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2BBA is #03D445. Grayscale: #797979. Windows color (decimal): -250950 or 12200956. OLE color: 12200956.

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

Color convert

RGB 252 43 186 -
CMYK 0 0.83 0.26 0.01
HSL 318.95º 0.97% 0.58% -
HSV(B) 318.95º 0.83% 0.99% -
XYZ 49.87 25.97 48.84 -
YUV 121.79 164.24 220.87 -
System Red Green Blue C M Y K H S L
Decimal 252 43 186 0 0.83 0.26 0.01 318.95 0.97 0.58
Hex FC 2B BA 0 53 1A 1 13F 61 3A
Octal 374 53 272 0 123 32 1 477 141 72
Binary 11111100 101011 10111010 0 1010011 11010 1 100111111 1100001 111010

Color Harmonies of #FC2BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2BBA

Black with #FC2BBA

Text Example


Text Example

White with #FC2BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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