#F569B1

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

Shades of Hot Pink #F569B1

Tints of Hot Pink #F569B1

Color information

#F569B1 (or 0xF569B1) is unknown color: approx Hot Pink. HEX triplet: F5, 69 and B1. RGB value is (245,105,177). Sum of RGB (Red+Green+Blue) = 245+105+177=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F569B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F569B1 is #0A964E. Grayscale: #9A9A9A. Windows color (decimal): -693839 or 11626997. OLE color: 11626997.

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

Color convert

RGB245105177-
CMYK00.570.280.04
HSL329.14º87.5%68.63%-
HSV(B)329.14º57.14%96.08%-
XYZ50.6432.6945.24-
YUV155.07140.38192.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.49%
GREEN value IS 105 (41.41% from 255) = 19.92%
BLUE value IS 177 (69.53% from 255) = 33.59%
R=46.49%
G=19.92%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510517700.570.280.04329.1487.568.63
HexF569B10391C41495845
Octal365151261071344511130105
Binary1111010111010011011000101110011110010010100100110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F569B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F569B1; }

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

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

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

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

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

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

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

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