Html Css Color HEX #FB0AB2 Shocking Pink

📋 copy color: '#FB0AB2'

red 251 ◦ green 10 ◦ blue 178

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

Shades of Shocking Pink #FB0AB2

Tints of Shocking Pink #FB0AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.55%

R = 57.18%
G = 2.28%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB0AB2 (or 0xFB0AB2) is known color: Shocking Pink. HEX triplet: FB, 0A and B2. RGB value is (251,10,178). Sum of RGB (Red+Green+Blue) = 251+10+178=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0AB2 is #04F54D. Grayscale: #646464. Windows color (decimal): -324942 or 11668219. OLE color: 11668219.

HSL color Cylindrical-coordinate representation of color #FB0AB2: hue angle of 318.17º 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 #FB0AB2 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 10 178 -
CMYK 0 0.96 0.29 0.02
HSL 318.17º 0.97% 0.51% -
HSV(B) 318.17º 0.96% 0.98% -
XYZ 47.93 23.94 44.21 -
YUV 101.21 171.34 234.84 -
System Red Green Blue C M Y K H S L
Decimal 251 10 178 0 0.96 0.29 0.02 318.17 0.97 0.51
Hex FB A B2 0 60 1D 2 13E 61 33
Octal 373 12 262 0 140 35 2 476 141 63
Binary 11111011 1010 10110010 0 1100000 11101 10 100111110 1100001 110011

Color Harmonies of #FB0AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0AB2

Black with #FB0AB2

Text Example


Text Example

White with #FB0AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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