#FF5CBA

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

Shades of Hot Pink #FF5CBA

Tints of Hot Pink #FF5CBA

Color information

#FF5CBA (or 0xFF5CBA) is unknown color: approx Hot Pink. HEX triplet: FF, 5C and BA. RGB value is (255,92,186). Sum of RGB (Red+Green+Blue) = 255+92+186=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 92 (36.33% from 255 or 17.26% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CBA is #00A345. Grayscale: #979797. Windows color (decimal): -41798 or 12213503. OLE color: 12213503.

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

Color convert

RGB25592186-
CMYK00.640.270
HSL325.4º100%68.04%-
HSV(B)325.4º63.92%100%-
XYZ53.9332.4649.88-
YUV151.45147.5201.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.84%
GREEN value IS 92 (36.33% from 255) = 17.26%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=47.84%
G=17.26%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559218600.640.270325.410068.04
HexFF5CBA0401B01456444
Octal3771342720100330505144104
Binary111111111011100101110100100000011011010100010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5CBA; }

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

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

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

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

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

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

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

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