Html Css Color HEX #FB1ABB Shocking Pink

📋 copy color: '#FB1ABB'

red 251 ◦ green 26 ◦ blue 187

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

Shades of Shocking Pink #FB1ABB

Tints of Shocking Pink #FB1ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.6%

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

R = 54.09%
G = 5.6%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB1ABB (or 0xFB1ABB) is known color: Shocking Pink. HEX triplet: FB, 1A and BB. RGB value is (251,26,187). Sum of RGB (Red+Green+Blue) = 251+26+187=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 26 (10.55% from 255 or 5.60% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1ABB is #04E544. Grayscale: #6F6F6F. Windows color (decimal): -320837 or 12262139. OLE color: 12262139.

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

Color convert

RGB 251 26 187 -
CMYK 0 0.90 0.25 0.02
HSL 317.07º 0.97% 0.54% -
HSV(B) 317.07º 0.9% 0.98% -
XYZ 49.12 24.84 49.22 -
YUV 111.63 170.54 227.41 -
System Red Green Blue C M Y K H S L
Decimal 251 26 187 0 0.90 0.25 0.02 317.07 0.97 0.54
Hex FB 1A BB 0 5A 19 2 13D 61 36
Octal 373 32 273 0 132 31 2 475 141 66
Binary 11111011 11010 10111011 0 1011010 11001 10 100111101 1100001 110110

Color Harmonies of #FB1ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1ABB

Black with #FB1ABB

Text Example


Text Example

White with #FB1ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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