#FF5CB7

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

Shades of Hot Pink #FF5CB7

Tints of Hot Pink #FF5CB7

Color information

#FF5CB7 (or 0xFF5CB7) is unknown color: approx Hot Pink. HEX triplet: FF, 5C and B7. RGB value is (255,92,183). Sum of RGB (Red+Green+Blue) = 255+92+183=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 92 (36.33% from 255 or 17.36% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CB7 is #00A348. Grayscale: #969696. Windows color (decimal): -41801 or 12016895. OLE color: 12016895.

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

Color convert

RGB25592183-
CMYK00.640.280
HSL326.5º100%68.04%-
HSV(B)326.5º63.92%100%-
XYZ53.6132.3348.21-
YUV151.11146202.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 92 (36.33% from 255) = 17.36%
BLUE value IS 183 (71.88% from 255) = 34.53%
R=48.11%
G=17.36%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559218300.640.280326.510068.04
HexFF5CB70401C01476444
Octal3771342670100340507144104
Binary111111111011100101101110100000011100010100011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5CB7; }

 p { color: rgb(255,92,183); }

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

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

 a { background-color: rgb(255,92,183); }

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

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

 span { border-color: rgb(255,92,183); }

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