#FF00B3

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

Shades of Shocking Pink #FF00B3

Tints of Shocking Pink #FF00B3

Color information

#FF00B3 (or 0xFF00B3) is unknown color: approx Shocking Pink. HEX triplet: FF, 00 and B3. RGB value is (255,0,179). Sum of RGB (Red+Green+Blue) = 255+0+179=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00B3 is #00FF4C. Grayscale: #606060. Windows color (decimal): -65357 or 11731199. OLE color: 11731199.

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

Color convert

RGB2550179-
CMYK010.300
HSL317.88º100%50%-
HSV(B)317.88º100%100%-
XYZ49.3824.5144.78-
YUV96.65174.48240.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 179 (70.31% from 255) = 41.24%
R=58.76%
G=0%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550179010.300317.8810050
HexFF0B30641E013e6432
Octal3770263014436047614462
Binary11111111010110011011001001111001001111101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF00B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF00B3; }

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

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

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

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

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

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

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

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