#FB66B1

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

Shades of Hot Pink #FB66B1

Tints of Hot Pink #FB66B1

Color information

#FB66B1 (or 0xFB66B1) is unknown color: approx Hot Pink. HEX triplet: FB, 66 and B1. RGB value is (251,102,177). Sum of RGB (Red+Green+Blue) = 251+102+177=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB66B1 is #04994E. Grayscale: #9A9A9A. Windows color (decimal): -301391 or 11626235. OLE color: 11626235.

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

Color convert

RGB251102177-
CMYK00.590.290.02
HSL329.8º94.9%69.22%-
HSV(B)329.8º59.36%98.43%-
XYZ52.4733.1945.24-
YUV155.1140.36196.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.36%
GREEN value IS 102 (40.23% from 255) = 19.25%
BLUE value IS 177 (69.53% from 255) = 33.40%
R=47.36%
G=19.25%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110217700.590.290.02329.894.969.22
HexFB66B103B1D214a5f45
Octal373146261073352512137105
Binary111110111100110101100010111011111011010100101010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB66B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB66B1; }

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

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

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

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

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

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

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

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