#F565B5

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

Shades of Hot Pink #F565B5

Tints of Hot Pink #F565B5

Color information

#F565B5 (or 0xF565B5) is unknown color: approx Hot Pink. HEX triplet: F5, 65 and B5. RGB value is (245,101,181). Sum of RGB (Red+Green+Blue) = 245+101+181=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F565B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565B5 is #0A9A4A. Grayscale: #999999. Windows color (decimal): -694859 or 11888117. OLE color: 11888117.

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

Color convert

RGB245101181-
CMYK00.590.260.04
HSL326.67º87.8%67.84%-
HSV(B)326.67º58.78%96.08%-
XYZ50.6532.0647.23-
YUV153.18143.71193.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.49%
GREEN value IS 101 (39.84% from 255) = 19.17%
BLUE value IS 181 (71.09% from 255) = 34.35%
R=46.49%
G=19.17%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510118100.590.260.04326.6787.867.84
HexF565B503B1A41475844
Octal365145265073324507130104
Binary1111010111001011011010101110111101010010100011110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F565B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F565B5; }

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

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

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

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

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

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

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

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