#FF65BD

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

Shades of Hot Pink #FF65BD

Tints of Hot Pink #FF65BD

Color information

#FF65BD (or 0xFF65BD) is unknown color: approx Hot Pink. HEX triplet: FF, 65 and BD. RGB value is (255,101,189). Sum of RGB (Red+Green+Blue) = 255+101+189=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF65BD is #009A42. Grayscale: #9C9C9C. Windows color (decimal): -39491 or 12412415. OLE color: 12412415.

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

Color convert

RGB255101189-
CMYK00.600.260
HSL325.71º100%69.8%-
HSV(B)325.71º60.39%100%-
XYZ55.0834.2451.85-
YUV157.08146.02197.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.79%
GREEN value IS 101 (39.84% from 255) = 18.53%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=46.79%
G=18.53%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510118900.600.260325.7110069.8
HexFF65BD03C1A01466446
Octal377145275074320506144106
Binary11111111110010110111101011110011010010100011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF65BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF65BD; }

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

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

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

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

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

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

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

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