#ff5fbb

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

Shades of Hot Pink #FF5FBB

Tints of Hot Pink #FF5FBB

Color information

#FF5FBB (or 0xFF5FBB) is unknown color: approx Hot Pink. HEX triplet: FF, 5F and BB. RGB value is (255,95,187). Sum of RGB (Red+Green+Blue) = 255+95+187=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FBB is #00A044. Grayscale: #999999. Windows color (decimal): -41029 or 12279807. OLE color: 12279807.

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

Color convert

RGB25595187-
CMYK00.630.270
HSL325.5º100%68.63%-
HSV(B)325.5º62.75%100%-
XYZ54.333.0350.53-
YUV153.33147.01200.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.49%
GREEN value IS 95 (37.5% from 255) = 17.69%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=47.49%
G=17.69%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559518700.630.270325.510068.63
HexFF5FBB03F1B01466445
Octal377137273077330506144105
Binary11111111101111110111011011111111011010100011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5fbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5fbb; }

 p { color: rgb(255,95,187); }

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

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

 a { background-color: rgb(255,95,187); }

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

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

 span { border-color: rgb(255,95,187); }

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