Html Css Color HEX #FB00BA Shocking Pink

📋 copy color: '#FB00BA'

red 251 ◦ green 0 ◦ blue 186

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

Shades of Shocking Pink #FB00BA

Tints of Shocking Pink #FB00BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 57.44%
G = 0%
B = 42.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB00BA (or 0xFB00BA) is known color: Shocking Pink. HEX triplet: FB, 00 and BA. RGB value is (251,0,186). Sum of RGB (Red+Green+Blue) = 251+0+186=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB00BA is #04FF45. Grayscale: #5F5F5F. Windows color (decimal): -327494 or 12189947. OLE color: 12189947.

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

Color convert

RGB 251 0 186 -
CMYK 0 1 0.26 0.02
HSL 315.54º 1% 0.49% -
HSV(B) 315.54º 1% 0.98% -
XYZ 48.65 24.05 48.53 -
YUV 96.25 178.66 238.38 -
System Red Green Blue C M Y K H S L
Decimal 251 0 186 0 1 0.26 0.02 315.54 1 0.49
Hex FB 0 BA 0 64 1A 2 13C 64 31
Octal 373 0 272 0 144 32 2 474 144 61
Binary 11111011 0 10111010 0 1100100 11010 10 100111100 1100100 110001

Color Harmonies of #FB00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB00BA

Black with #FB00BA

Text Example


Text Example

White with #FB00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB00BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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