#FF51BA

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

Shades of Hot Pink #FF51BA

Tints of Hot Pink #FF51BA

Color information

#FF51BA (or 0xFF51BA) is unknown color: approx Hot Pink. HEX triplet: FF, 51 and BA. RGB value is (255,81,186). Sum of RGB (Red+Green+Blue) = 255+81+186=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF51BA is #00AE45. Grayscale: #909090. Windows color (decimal): -44614 or 12210687. OLE color: 12210687.

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

Color convert

RGB25581186-
CMYK00.680.270
HSL323.79º100%65.88%-
HSV(B)323.79º68.24%100%-
XYZ53.0530.6949.58-
YUV145151.15206.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 81 (32.03% from 255) = 15.52%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=48.85%
G=15.52%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558118600.680.270323.7910065.88
HexFF51BA0441B01446442
Octal3771212720104330504144102
Binary111111111010001101110100100010011011010100010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF51BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF51BA; }

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

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

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

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

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

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

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

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