#FB68B2

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

Shades of Hot Pink #FB68B2

Tints of Hot Pink #FB68B2

Color information

#FB68B2 (or 0xFB68B2) is unknown color: approx Hot Pink. HEX triplet: FB, 68 and B2. RGB value is (251,104,178). Sum of RGB (Red+Green+Blue) = 251+104+178=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB68B2 is #04974D. Grayscale: #9C9C9C. Windows color (decimal): -300878 or 11692283. OLE color: 11692283.

HSL color Cylindrical-coordinate representation of color #FB68B2: hue angle of 329.8º 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 #FB68B2 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB251104178-
CMYK00.590.290.02
HSL329.8º94.84%69.61%-
HSV(B)329.8º58.57%98.43%-
XYZ52.7733.6245.83-
YUV156.39140.2195.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.09%
GREEN value IS 104 (41.02% from 255) = 19.51%
BLUE value IS 178 (69.92% from 255) = 33.40%
R=47.09%
G=19.51%
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
Decimal25110417800.590.290.02329.894.8469.61
HexFB68B203B1D214a5f46
Octal373150262073352512137106
Binary111110111101000101100100111011111011010100101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB68B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB68B2; }

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

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

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

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

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

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

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

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