#FF55BD

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

Shades of Hot Pink #FF55BD

Tints of Hot Pink #FF55BD

Color information

#FF55BD (or 0xFF55BD) is unknown color: approx Hot Pink. HEX triplet: FF, 55 and BD. RGB value is (255,85,189). Sum of RGB (Red+Green+Blue) = 255+85+189=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55BD is #00AA42. Grayscale: #939393. Windows color (decimal): -43587 or 12408319. OLE color: 12408319.

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

Color convert

RGB25585189-
CMYK00.670.260
HSL323.29º100%66.67%-
HSV(B)323.29º66.67%100%-
XYZ53.6731.4351.38-
YUV147.69151.32204.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 85 (33.59% from 255) = 16.07%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=48.20%
G=16.07%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558518900.670.260323.2910066.67
HexFF55BD0431A01436443
Octal3771252750103320503144103
Binary111111111010101101111010100001111010010100001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF55BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF55BD; }

 p { color: rgb(255,85,189); }

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

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

 a { background-color: rgb(255,85,189); }

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

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

 span { border-color: rgb(255,85,189); }

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