Html Css Color HEX #FB06BB Shocking Pink

📋 copy color: '#FB06BB'

red 251 ◦ green 6 ◦ blue 187

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

Shades of Shocking Pink #FB06BB

Tints of Shocking Pink #FB06BB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.35%

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

R = 56.53%
G = 1.35%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB06BB (or 0xFB06BB) is known color: Shocking Pink. HEX triplet: FB, 06 and BB. RGB value is (251,6,187). Sum of RGB (Red+Green+Blue) = 251+6+187=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 6 (2.73% from 255 or 1.35% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB06BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB06BB is #04F944. Grayscale: #636363. Windows color (decimal): -325957 or 12257019. OLE color: 12257019.

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

Color convert

RGB 251 6 187 -
CMYK 0 0.98 0.25 0.02
HSL 315.67º 0.97% 0.5% -
HSV(B) 315.67º 0.98% 0.98% -
XYZ 48.82 24.23 49.12 -
YUV 99.89 177.17 235.78 -
System Red Green Blue C M Y K H S L
Decimal 251 6 187 0 0.98 0.25 0.02 315.67 0.97 0.5
Hex FB 6 BB 0 62 19 2 13C 61 32
Octal 373 6 273 0 142 31 2 474 141 62
Binary 11111011 110 10111011 0 1100010 11001 10 100111100 1100001 110010

Color Harmonies of #FB06BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB06BB

Black with #FB06BB

Text Example


Text Example

White with #FB06BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB06BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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