#F563B1

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

Shades of Hot Pink #F563B1

Tints of Hot Pink #F563B1

Color information

#F563B1 (or 0xF563B1) is unknown color: approx Hot Pink. HEX triplet: F5, 63 and B1. RGB value is (245,99,177). Sum of RGB (Red+Green+Blue) = 245+99+177=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F563B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F563B1 is #0A9C4E. Grayscale: #979797. Windows color (decimal): -695375 or 11625461. OLE color: 11625461.

HSL color Cylindrical-coordinate representation of color #F563B1: hue angle of 327.95º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F563B1 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB24599177-
CMYK00.600.280.04
HSL327.95º87.95%67.45%-
HSV(B)327.95º59.59%96.08%-
XYZ50.0531.5145.04-
YUV151.55142.37194.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.02%
GREEN value IS 99 (39.06% from 255) = 19.00%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=47.02%
G=19.00%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459917700.600.280.04327.9587.9567.45
HexF563B103C1C41485843
Octal365143261074344510130103
Binary1111010111000111011000101111001110010010100100010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F563B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F563B1; }

 p { color: rgb(245,99,177); }

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

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

 a { background-color: rgb(245,99,177); }

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

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

 span { border-color: rgb(245,99,177); }

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