Html Css Color HEX #FC2ABB Spicy Pink

📋 copy color: '#FC2ABB'

red 252 ◦ green 42 ◦ blue 187

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

Shades of Spicy Pink #FC2ABB

Tints of Spicy Pink #FC2ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.88%

R = 52.39%
G = 8.73%
B = 38.88%

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

#FC2ABB (or 0xFC2ABB) is known color: Spicy Pink. HEX triplet: FC, 2A and BB. RGB value is (252,42,187). Sum of RGB (Red+Green+Blue) = 252+42+187=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 42 (16.80% from 255 or 8.73% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2ABB is #03D544. Grayscale: #787878. Windows color (decimal): -251205 or 12266236. OLE color: 12266236.

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

Color convert

RGB 252 42 187 -
CMYK 0 0.83 0.26 0.01
HSL 318.57º 0.97% 0.58% -
HSV(B) 318.57º 0.83% 0.99% -
XYZ 49.94 25.94 49.39 -
YUV 121.32 165.07 221.21 -
System Red Green Blue C M Y K H S L
Decimal 252 42 187 0 0.83 0.26 0.01 318.57 0.97 0.58
Hex FC 2A BB 0 53 1A 1 13F 61 3A
Octal 374 52 273 0 123 32 1 477 141 72
Binary 11111100 101010 10111011 0 1010011 11010 1 100111111 1100001 111010

Color Harmonies of #FC2ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2ABB

Black with #FC2ABB

Text Example


Text Example

White with #FC2ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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