#FB68B0

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

Shades of Hot Pink #FB68B0

Tints of Hot Pink #FB68B0

Color information

#FB68B0 (or 0xFB68B0) is unknown color: approx Hot Pink. HEX triplet: FB, 68 and B0. RGB value is (251,104,176). Sum of RGB (Red+Green+Blue) = 251+104+176=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB68B0 is #04974F. Grayscale: #9C9C9C. Windows color (decimal): -300880 or 11561211. OLE color: 11561211.

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

Color convert

RGB251104176-
CMYK00.590.300.02
HSL330.61º94.84%69.61%-
HSV(B)330.61º58.57%98.43%-
XYZ52.5733.5444.78-
YUV156.16139.2195.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.27%
GREEN value IS 104 (41.02% from 255) = 19.59%
BLUE value IS 176 (69.14% from 255) = 33.15%
R=47.27%
G=19.59%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110417600.590.300.02330.6194.8469.61
HexFB68B003B1E214b5f46
Octal373150260073362513137106
Binary111110111101000101100000111011111101010100101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB68B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB68B0; }

 p { color: rgb(251,104,176); }

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

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

 a { background-color: rgb(251,104,176); }

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

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

 span { border-color: rgb(251,104,176); }

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