Html Css Color HEX #FB0ABB Shocking Pink

📋 copy color: '#FB0ABB'

red 251 ◦ green 10 ◦ blue 187

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

Shades of Shocking Pink #FB0ABB

Tints of Shocking Pink #FB0ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.23%

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

R = 56.03%
G = 2.23%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB0ABB (or 0xFB0ABB) is known color: Shocking Pink. HEX triplet: FB, 0A and BB. RGB value is (251,10,187). Sum of RGB (Red+Green+Blue) = 251+10+187=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0ABB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0ABB is #04F544. Grayscale: #656565. Windows color (decimal): -324933 or 12258043. OLE color: 12258043.

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

Color convert

RGB 251 10 187 -
CMYK 0 0.96 0.25 0.02
HSL 315.93º 0.97% 0.51% -
HSV(B) 315.93º 0.96% 0.98% -
XYZ 48.86 24.31 49.13 -
YUV 102.24 175.84 234.11 -
System Red Green Blue C M Y K H S L
Decimal 251 10 187 0 0.96 0.25 0.02 315.93 0.97 0.51
Hex FB A BB 0 60 19 2 13C 61 33
Octal 373 12 273 0 140 31 2 474 141 63
Binary 11111011 1010 10111011 0 1100000 11001 10 100111100 1100001 110011

Color Harmonies of #FB0ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0ABB

Black with #FB0ABB

Text Example


Text Example

White with #FB0ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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