Html Css Color HEX #FC1BAE Spicy Pink

📋 copy color: '#FC1BAE'

red 252 ◦ green 27 ◦ blue 174

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

Shades of Spicy Pink #FC1BAE

Tints of Spicy Pink #FC1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.96%

 BLUE value IS 174 (68.36% from 255) = 38.41%

R = 55.63%
G = 5.96%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC1BAE (or 0xFC1BAE) is known color: Spicy Pink. HEX triplet: FC, 1B and AE. RGB value is (252,27,174). Sum of RGB (Red+Green+Blue) = 252+27+174=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 27 (10.94% from 255 or 5.96% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1BAE is #03E451. Grayscale: #6E6E6E. Windows color (decimal): -255058 or 11410428. OLE color: 11410428.

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

Color convert

RGB 252 27 174 -
CMYK 0 0.89 0.31 0.01
HSL 320.8º 0.97% 0.55% -
HSV(B) 320.8º 0.89% 0.99% -
XYZ 48.18 24.54 42.24 -
YUV 111.03 163.54 228.55 -
System Red Green Blue C M Y K H S L
Decimal 252 27 174 0 0.89 0.31 0.01 320.8 0.97 0.55
Hex FC 1B AE 0 59 1F 1 141 61 37
Octal 374 33 256 0 131 37 1 501 141 67
Binary 11111100 11011 10101110 0 1011001 11111 1 101000001 1100001 110111

Color Harmonies of #FC1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1BAE

Black with #FC1BAE

Text Example


Text Example

White with #FC1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1BAE; }

 p { color: rgb(252,27,174); }

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

background-color css

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

 a { background-color: rgb(252,27,174); }

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

border-color css

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

 span { border-color: rgb(252,27,174); }

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