Html Css Color HEX #FC1BBA Spicy Pink

📋 copy color: '#FC1BBA'

red 252 ◦ green 27 ◦ blue 186

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

Shades of Spicy Pink #FC1BBA

Tints of Spicy Pink #FC1BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40%

R = 54.19%
G = 5.81%
B = 40%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC1BBA (or 0xFC1BBA) is known color: Spicy Pink. HEX triplet: FC, 1B and BA. RGB value is (252,27,186). Sum of RGB (Red+Green+Blue) = 252+27+186=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1BBA is #03E445. Grayscale: #6F6F6F. Windows color (decimal): -255046 or 12196860. OLE color: 12196860.

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

Color convert

RGB 252 27 186 -
CMYK 0 0.89 0.26 0.01
HSL 317.6º 0.97% 0.55% -
HSV(B) 317.6º 0.89% 0.99% -
XYZ 49.4 25.02 48.68 -
YUV 112.4 169.54 227.57 -
System Red Green Blue C M Y K H S L
Decimal 252 27 186 0 0.89 0.26 0.01 317.6 0.97 0.55
Hex FC 1B BA 0 59 1A 1 13E 61 37
Octal 374 33 272 0 131 32 1 476 141 67
Binary 11111100 11011 10111010 0 1011001 11010 1 100111110 1100001 110111

Color Harmonies of #FC1BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1BBA

Black with #FC1BBA

Text Example


Text Example

White with #FC1BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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