Html Css Color HEX #FC1BB1 Spicy Pink

📋 copy color: '#FC1BB1'

red 252 ◦ green 27 ◦ blue 177

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

Shades of Spicy Pink #FC1BB1

Tints of Spicy Pink #FC1BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.82%

R = 55.26%
G = 5.92%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC1BB1 (or 0xFC1BB1) is known color: Spicy Pink. HEX triplet: FC, 1B and B1. RGB value is (252,27,177). Sum of RGB (Red+Green+Blue) = 252+27+177=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 27 (10.94% from 255 or 5.92% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1BB1 is #03E44E. Grayscale: #6F6F6F. Windows color (decimal): -255055 or 11607036. OLE color: 11607036.

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

Color convert

RGB 252 27 177 -
CMYK 0 0.89 0.30 0.01
HSL 320º 0.97% 0.55% -
HSV(B) 320º 0.89% 0.99% -
XYZ 48.47 24.65 43.8 -
YUV 111.38 165.04 228.3 -
System Red Green Blue C M Y K H S L
Decimal 252 27 177 0 0.89 0.30 0.01 320 0.97 0.55
Hex FC 1B B1 0 59 1E 1 140 61 37
Octal 374 33 261 0 131 36 1 500 141 67
Binary 11111100 11011 10110001 0 1011001 11110 1 101000000 1100001 110111

Color Harmonies of #FC1BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1BB1

Black with #FC1BB1

Text Example


Text Example

White with #FC1BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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