#F569B4

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

Shades of Hot Pink #F569B4

Tints of Hot Pink #F569B4

Color information

#F569B4 (or 0xF569B4) is unknown color: approx Hot Pink. HEX triplet: F5, 69 and B4. RGB value is (245,105,180). Sum of RGB (Red+Green+Blue) = 245+105+180=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F569B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F569B4 is #0A964B. Grayscale: #9B9B9B. Windows color (decimal): -693836 or 11823605. OLE color: 11823605.

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

Color convert

RGB245105180-
CMYK00.570.270.04
HSL327.86º87.5%68.63%-
HSV(B)327.86º57.14%96.08%-
XYZ50.9532.8146.83-
YUV155.41141.88191.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.23%
GREEN value IS 105 (41.41% from 255) = 19.81%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=46.23%
G=19.81%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510518000.570.270.04327.8687.568.63
HexF569B40391B41485845
Octal365151264071334510130105
Binary1111010111010011011010001110011101110010100100010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F569B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F569B4; }

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

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

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

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

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

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

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

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