Html Css Color HEX #FC1BB0 Spicy Pink

📋 copy color: '#FC1BB0'

red 252 ◦ green 27 ◦ blue 176

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

Shades of Spicy Pink #FC1BB0

Tints of Spicy Pink #FC1BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.68%

R = 55.38%
G = 5.93%
B = 38.68%

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

#FC1BB0 (or 0xFC1BB0) is known color: Spicy Pink. HEX triplet: FC, 1B and B0. RGB value is (252,27,176). Sum of RGB (Red+Green+Blue) = 252+27+176=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 27 (10.94% from 255 or 5.93% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1BB0 is #03E44F. Grayscale: #6E6E6E. Windows color (decimal): -255056 or 11541500. OLE color: 11541500.

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

Color convert

RGB 252 27 176 -
CMYK 0 0.89 0.30 0.01
HSL 320.27º 0.97% 0.55% -
HSV(B) 320.27º 0.89% 0.99% -
XYZ 48.37 24.61 43.28 -
YUV 111.26 164.54 228.38 -
System Red Green Blue C M Y K H S L
Decimal 252 27 176 0 0.89 0.30 0.01 320.27 0.97 0.55
Hex FC 1B B0 0 59 1E 1 140 61 37
Octal 374 33 260 0 131 36 1 500 141 67
Binary 11111100 11011 10110000 0 1011001 11110 1 101000000 1100001 110111

Color Harmonies of #FC1BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1BB0

Black with #FC1BB0

Text Example


Text Example

White with #FC1BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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