#FF5FB4

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

Shades of Hot Pink #FF5FB4

Tints of Hot Pink #FF5FB4

Color information

#FF5FB4 (or 0xFF5FB4) is unknown color: approx Hot Pink. HEX triplet: FF, 5F and B4. RGB value is (255,95,180). Sum of RGB (Red+Green+Blue) = 255+95+180=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FB4 is #00A04B. Grayscale: #989898. Windows color (decimal): -41036 or 11821055. OLE color: 11821055.

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

Color convert

RGB25595180-
CMYK00.630.290
HSL328.12º100%68.63%-
HSV(B)328.12º62.75%100%-
XYZ53.5732.7446.68-
YUV152.53143.51201.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 95 (37.5% from 255) = 17.92%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=48.11%
G=17.92%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559518000.630.290328.1210068.63
HexFF5FB403F1D01486445
Octal377137264077350510144105
Binary11111111101111110110100011111111101010100100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5FB4; }

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

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

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

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

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

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

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

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