#FB65B1

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

Shades of Hot Pink #FB65B1

Tints of Hot Pink #FB65B1

Color information

#FB65B1 (or 0xFB65B1) is unknown color: approx Hot Pink. HEX triplet: FB, 65 and B1. RGB value is (251,101,177). Sum of RGB (Red+Green+Blue) = 251+101+177=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB65B1 is #049A4E. Grayscale: #9A9A9A. Windows color (decimal): -301647 or 11625979. OLE color: 11625979.

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

Color convert

RGB251101177-
CMYK00.600.290.02
HSL329.6º94.94%69.02%-
HSV(B)329.6º59.76%98.43%-
XYZ52.3732.9945.2-
YUV154.51140.7196.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.45%
GREEN value IS 101 (39.84% from 255) = 19.09%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=47.45%
G=19.09%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110117700.600.290.02329.694.9469.02
HexFB65B103C1D214a5f45
Octal373145261074352512137105
Binary111110111100101101100010111100111011010100101010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB65B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB65B1; }

 p { color: rgb(251,101,177); }

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

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

 a { background-color: rgb(251,101,177); }

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

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

 span { border-color: rgb(251,101,177); }

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