#FF65B2

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

Shades of Hot Pink #FF65B2

Tints of Hot Pink #FF65B2

Color information

#FF65B2 (or 0xFF65B2) is unknown color: approx Hot Pink. HEX triplet: FF, 65 and B2. RGB value is (255,101,178). Sum of RGB (Red+Green+Blue) = 255+101+178=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF65B2 is #009A4D. Grayscale: #9B9B9B. Windows color (decimal): -39502 or 11691519. OLE color: 11691519.

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

Color convert

RGB255101178-
CMYK00.600.300
HSL330º100%69.8%-
HSV(B)330º60.39%100%-
XYZ53.9333.7845.8-
YUV155.82140.52198.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 101 (39.84% from 255) = 18.91%
BLUE value IS 178 (69.92% from 255) = 33.33%
R=47.75%
G=18.91%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510117800.600.30033010069.8
HexFF65B203C1E014a6446
Octal377145262074360512144106
Binary11111111110010110110010011110011110010100101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF65B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF65B2; }

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

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

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

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

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

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

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

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