#F56CB5

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

Shades of Hot Pink #F56CB5

Tints of Hot Pink #F56CB5

Color information

#F56CB5 (or 0xF56CB5) is unknown color: approx Hot Pink. HEX triplet: F5, 6C and B5. RGB value is (245,108,181). Sum of RGB (Red+Green+Blue) = 245+108+181=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F56CB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56CB5 is #0A934A. Grayscale: #9D9D9D. Windows color (decimal): -693067 or 11889909. OLE color: 11889909.

HSL color Cylindrical-coordinate representation of color #F56CB5: hue angle of 328.03º 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 #F56CB5 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB245108181-
CMYK00.560.260.04
HSL328.03º87.26%69.22%-
HSV(B)328.03º55.92%96.08%-
XYZ51.3633.4747.47-
YUV157.28141.39190.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.88%
GREEN value IS 108 (42.58% from 255) = 20.22%
BLUE value IS 181 (71.09% from 255) = 33.90%
R=45.88%
G=20.22%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510818100.560.260.04328.0387.2669.22
HexF56CB50381A41485745
Octal365154265070324510127105
Binary1111010111011001011010101110001101010010100100010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56CB5; }

 p { color: rgb(245,108,181); }

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

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

 a { background-color: rgb(245,108,181); }

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

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

 span { border-color: rgb(245,108,181); }

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