#FF65B5

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

Shades of Hot Pink #FF65B5

Tints of Hot Pink #FF65B5

Color information

#FF65B5 (or 0xFF65B5) is unknown color: approx Hot Pink. HEX triplet: FF, 65 and B5. RGB value is (255,101,181). Sum of RGB (Red+Green+Blue) = 255+101+181=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF65B5 is #009A4A. Grayscale: #9C9C9C. Windows color (decimal): -39499 or 11888127. OLE color: 11888127.

HSL color Cylindrical-coordinate representation of color #FF65B5: hue angle of 328.83º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF65B5 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255101181-
CMYK00.600.290
HSL328.83º100%69.8%-
HSV(B)328.83º60.39%100%-
XYZ54.2333.947.4-
YUV156.17142.02198.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.49%
GREEN value IS 101 (39.84% from 255) = 18.81%
BLUE value IS 181 (71.09% from 255) = 33.71%
R=47.49%
G=18.81%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510118100.600.290328.8310069.8
HexFF65B503C1D01496446
Octal377145265074350511144106
Binary11111111110010110110101011110011101010100100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF65B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF65B5; }

 p { color: rgb(255,101,181); }

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

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

 a { background-color: rgb(255,101,181); }

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

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

 span { border-color: rgb(255,101,181); }

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