#F77485

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

Shades of Brink Pink #F77485

Tints of Brink Pink #F77485

Color information

#F77485 (or 0xF77485) is unknown color: approx Brink Pink. HEX triplet: F7, 74 and 85. RGB value is (247,116,133). Sum of RGB (Red+Green+Blue) = 247+116+133=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F77485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77485 is #088B7A. Grayscale: #9D9D9D. Windows color (decimal): -559995 or 8746231. OLE color: 8746231.

HSL color Cylindrical-coordinate representation of color #F77485: hue angle of 352.21º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F77485 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB247116133-
CMYK00.530.460.03
HSL352.21º89.12%71.18%-
HSV(B)352.21º53.04%96.86%-
XYZ48.8433.9626.17-
YUV157.11114.4192.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.80%
GREEN value IS 116 (45.70% from 255) = 23.39%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=49.80%
G=23.39%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711613300.530.460.03352.2189.1271.18
HexF774850352E31605947
Octal367164205065563540131107
Binary1111011111101001000010101101011011101110110000010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77485; }

 p { color: rgb(247,116,133); }

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

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

 a { background-color: rgb(247,116,133); }

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

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

 span { border-color: rgb(247,116,133); }

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