#FF00BA

Color #FF00BA Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #FF00BA

Tints of Shocking Pink #FF00BA

Color information

#FF00BA (or 0xFF00BA) is unknown color: approx Shocking Pink. HEX triplet: FF, 00 and BA. RGB value is (255,0,186). Sum of RGB (Red+Green+Blue) = 255+0+186=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00BA is #00FF45. Grayscale: #606060. Windows color (decimal): -65350 or 12189951. OLE color: 12189951.

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

Color convert

RGB2550186-
CMYK010.270
HSL316.24º100%50%-
HSV(B)316.24º100%100%-
XYZ50.124.8148.6-
YUV97.45177.98240.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=57.82%
G=0%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550186010.270316.2410050
HexFF0BA0641B013c6432
Octal3770272014433047414462
Binary11111111010111010011001001101101001111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF00BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF00BA; }

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

 H1.HeaderClassName
 {
   color: #FF00BA;
 }
 .AnyTagClassName
 {
   color: #FF00BA;
 }
</style>
background-color css

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

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

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

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

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

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