#F56BAD

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

Shades of Hot Pink #F56BAD

Tints of Hot Pink #F56BAD

Color information

#F56BAD (or 0xF56BAD) is unknown color: approx Hot Pink. HEX triplet: F5, 6B and AD. RGB value is (245,107,173). Sum of RGB (Red+Green+Blue) = 245+107+173=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56BAD is #0A9452. Grayscale: #9B9B9B. Windows color (decimal): -693331 or 11365365. OLE color: 11365365.

HSL color Cylindrical-coordinate representation of color #F56BAD: hue angle of 331.3º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56BAD is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245107173-
CMYK00.560.290.04
HSL331.3º87.34%69.02%-
HSV(B)331.3º56.33%96.08%-
XYZ50.4632.9443.23-
YUV155.79137.72191.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.67%
GREEN value IS 107 (42.19% from 255) = 20.38%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=46.67%
G=20.38%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510717300.560.290.04331.387.3469.02
HexF56BAD0381D414b5745
Octal365153255070354513127105
Binary1111010111010111010110101110001110110010100101110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56BAD; }

 p { color: rgb(245,107,173); }

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

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

 a { background-color: rgb(245,107,173); }

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

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

 span { border-color: rgb(245,107,173); }

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