#F5607B

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

Shades of Brink Pink #F5607B

Tints of Brink Pink #F5607B

Color information

#F5607B (or 0xF5607B) is unknown color: approx Brink Pink. HEX triplet: F5, 60 and 7B. RGB value is (245,96,123). Sum of RGB (Red+Green+Blue) = 245+96+123=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F5607B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5607B is #0A9F84. Grayscale: #8F8F8F. Windows color (decimal): -696197 or 8085749. OLE color: 8085749.

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

Color convert

RGB24596123-
CMYK00.610.500.04
HSL349.13º88.17%66.86%-
HSV(B)349.13º60.82%96.08%-
XYZ45.4129.2121.98-
YUV143.63116.36200.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.80%
GREEN value IS 96 (37.89% from 255) = 20.69%
BLUE value IS 123 (48.44% from 255) = 26.51%
R=52.80%
G=20.69%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459612300.610.500.04349.1388.1766.86
HexF5607B03D32415d5843
Octal365140173075624535130103
Binary1111010111000001111011011110111001010010101110110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5607B; }

 p { color: rgb(245,96,123); }

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

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

 a { background-color: rgb(245,96,123); }

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

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

 span { border-color: rgb(245,96,123); }

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