#FF00B8

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

Shades of Shocking Pink #FF00B8

Tints of Shocking Pink #FF00B8

Color information

#FF00B8 (or 0xFF00B8) is unknown color: approx Shocking Pink. HEX triplet: FF, 00 and B8. RGB value is (255,0,184). Sum of RGB (Red+Green+Blue) = 255+0+184=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00B8 is #00FF47. Grayscale: #606060. Windows color (decimal): -65352 or 12058879. OLE color: 12058879.

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

Color convert

RGB2550184-
CMYK010.280
HSL316.71º100%50%-
HSV(B)316.71º100%100%-
XYZ49.8924.7247.49-
YUV97.22176.98240.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 184 (72.27% from 255) = 41.91%
R=58.09%
G=0%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550184010.280316.7110050
HexFF0B80641C013d6432
Octal3770270014434047514462
Binary11111111010111000011001001110001001111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF00B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF00B8; }

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

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

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

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

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

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

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

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