#F77584

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

Shades of Brink Pink #F77584

Tints of Brink Pink #F77584

Color information

#F77584 (or 0xF77584) is unknown color: approx Brink Pink. HEX triplet: F7, 75 and 84. RGB value is (247,117,132). Sum of RGB (Red+Green+Blue) = 247+117+132=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F77584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77584 is #088A7B. Grayscale: #9D9D9D. Windows color (decimal): -559740 or 8680951. OLE color: 8680951.

HSL color Cylindrical-coordinate representation of color #F77584: hue angle of 353.08º 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 #F77584 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB247117132-
CMYK00.530.470.03
HSL353.08º89.04%71.37%-
HSV(B)353.08º52.63%96.86%-
XYZ48.8834.1625.85-
YUV157.58113.57191.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.80%
GREEN value IS 117 (46.09% from 255) = 23.59%
BLUE value IS 132 (51.95% from 255) = 26.61%
R=49.80%
G=23.59%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711713200.530.470.03353.0889.0471.37
HexF775840352F31615947
Octal367165204065573541131107
Binary1111011111101011000010001101011011111110110000110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77584; }

 p { color: rgb(247,117,132); }

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

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

 a { background-color: rgb(247,117,132); }

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

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

 span { border-color: rgb(247,117,132); }

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