Html Css Color HEX #FC1BBB Shocking Pink

📋 copy color: '#FC1BBB'

red 252 ◦ green 27 ◦ blue 187

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

Shades of Shocking Pink #FC1BBB

Tints of Shocking Pink #FC1BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 54.08%
G = 5.79%
B = 40.13%

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

#FC1BBB (or 0xFC1BBB) is known color: Shocking Pink. HEX triplet: FC, 1B and BB. RGB value is (252,27,187). Sum of RGB (Red+Green+Blue) = 252+27+187=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 27 (10.94% from 255 or 5.79% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1BBB is #03E444. Grayscale: #707070. Windows color (decimal): -255045 or 12262396. OLE color: 12262396.

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

Color convert

RGB 252 27 187 -
CMYK 0 0.89 0.26 0.01
HSL 317.33º 0.97% 0.55% -
HSV(B) 317.33º 0.89% 0.99% -
XYZ 49.51 25.07 49.24 -
YUV 112.52 170.04 227.49 -
System Red Green Blue C M Y K H S L
Decimal 252 27 187 0 0.89 0.26 0.01 317.33 0.97 0.55
Hex FC 1B BB 0 59 1A 1 13D 61 37
Octal 374 33 273 0 131 32 1 475 141 67
Binary 11111100 11011 10111011 0 1011001 11010 1 100111101 1100001 110111

Color Harmonies of #FC1BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1BBB

Black with #FC1BBB

Text Example


Text Example

White with #FC1BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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