#FF00B2

Color #FF00B2 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #FF00B2

Tints of Hollywood Cerise #FF00B2

Color information

#FF00B2 (or 0xFF00B2) is unknown color: approx Hollywood Cerise. HEX triplet: FF, 00 and B2. RGB value is (255,0,178). Sum of RGB (Red+Green+Blue) = 255+0+178=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF00B2 is #00FF4D. Grayscale: #606060. Windows color (decimal): -65358 or 11665663. OLE color: 11665663.

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

Color convert

RGB2550178-
CMYK010.300
HSL318.12º100%50%-
HSV(B)318.12º100%100%-
XYZ49.2824.4744.25-
YUV96.54173.98241.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 178 (69.92% from 255) = 41.11%
R=58.89%
G=0%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550178010.300318.1210050
HexFF0B20641E013e6432
Octal3770262014436047614462
Binary11111111010110010011001001111001001111101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF00B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF00B2; }

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

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

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

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

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

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

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

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