Html Css Color HEX #FC2AB8 Spicy Pink

📋 copy color: '#FC2AB8'

red 252 ◦ green 42 ◦ blue 184

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

Shades of Spicy Pink #FC2AB8

Tints of Spicy Pink #FC2AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.49%

R = 52.72%
G = 8.79%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC2AB8 (or 0xFC2AB8) is known color: Spicy Pink. HEX triplet: FC, 2A and B8. RGB value is (252,42,184). Sum of RGB (Red+Green+Blue) = 252+42+184=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2AB8 is #03D547. Grayscale: #787878. Windows color (decimal): -251208 or 12069628. OLE color: 12069628.

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

Color convert

RGB 252 42 184 -
CMYK 0 0.83 0.27 0.01
HSL 319.43º 0.97% 0.58% -
HSV(B) 319.43º 0.83% 0.99% -
XYZ 49.62 25.81 47.71 -
YUV 120.98 163.57 221.45 -
System Red Green Blue C M Y K H S L
Decimal 252 42 184 0 0.83 0.27 0.01 319.43 0.97 0.58
Hex FC 2A B8 0 53 1B 1 13F 61 3A
Octal 374 52 270 0 123 33 1 477 141 72
Binary 11111100 101010 10111000 0 1010011 11011 1 100111111 1100001 111010

Color Harmonies of #FC2AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2AB8

Black with #FC2AB8

Text Example


Text Example

White with #FC2AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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