#FD68BB

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

Shades of Hot Pink #FD68BB

Tints of Hot Pink #FD68BB

Color information

#FD68BB (or 0xFD68BB) is unknown color: approx Hot Pink. HEX triplet: FD, 68 and BB. RGB value is (253,104,187). Sum of RGB (Red+Green+Blue) = 253+104+187=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD68BB is #029744. Grayscale: #9D9D9D. Windows color (decimal): -169797 or 12282109. OLE color: 12282109.

HSL color Cylindrical-coordinate representation of color #FD68BB: hue angle of 326.58º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD68BB is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB253104187-
CMYK00.590.260.01
HSL326.58º97.39%70%-
HSV(B)326.58º58.89%99.22%-
XYZ54.4334.3750.78-
YUV158.01144.36195.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.51%
GREEN value IS 104 (41.02% from 255) = 19.12%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=46.51%
G=19.12%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310418700.590.260.01326.5897.3970
HexFD68BB03B1A11476146
Octal375150273073321507141106
Binary11111101110100010111011011101111010110100011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD68BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD68BB; }

 p { color: rgb(253,104,187); }

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

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

 a { background-color: rgb(253,104,187); }

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

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

 span { border-color: rgb(253,104,187); }

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