Html Css Color HEX #FB00BB Shocking Pink

📋 copy color: '#FB00BB'

red 251 ◦ green 0 ◦ blue 187

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

Shades of Shocking Pink #FB00BB

Tints of Shocking Pink #FB00BB

RGB

 RED value IS 251 (98.44% from 255) = 57.31%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.31%
G = 0%
B = 42.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB00BB (or 0xFB00BB) is known color: Shocking Pink. HEX triplet: FB, 00 and BB. RGB value is (251,0,187). Sum of RGB (Red+Green+Blue) = 251+0+187=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB00BB is #04FF44. Grayscale: #5F5F5F. Windows color (decimal): -327493 or 12255483. OLE color: 12255483.

HSL color Cylindrical-coordinate representation of color #FB00BB: hue angle of 315.3º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB00BB is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 0 187 -
CMYK 0 1 0.25 0.02
HSL 315.3º 1% 0.49% -
HSV(B) 315.3º 1% 0.98% -
XYZ 48.75 24.1 49.1 -
YUV 96.37 179.16 238.29 -
System Red Green Blue C M Y K H S L
Decimal 251 0 187 0 1 0.25 0.02 315.3 1 0.49
Hex FB 0 BB 0 64 19 2 13B 64 31
Octal 373 0 273 0 144 31 2 473 144 61
Binary 11111011 0 10111011 0 1100100 11001 10 100111011 1100100 110001

Color Harmonies of #FB00BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB00BB

Black with #FB00BB

Text Example


Text Example

White with #FB00BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB00BB; }

 p { color: rgb(251,0,187); }

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

background-color css

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

 a { background-color: rgb(251,0,187); }

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

border-color css

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

 span { border-color: rgb(251,0,187); }

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