#F77280

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

Shades of Brink Pink #F77280

Tints of Brink Pink #F77280

Color information

#F77280 (or 0xF77280) is unknown color: approx Brink Pink. HEX triplet: F7, 72 and 80. RGB value is (247,114,128). Sum of RGB (Red+Green+Blue) = 247+114+128=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F77280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77280 is #088D7F. Grayscale: #9B9B9B. Windows color (decimal): -560512 or 8418039. OLE color: 8418039.

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

Color convert

RGB247114128-
CMYK00.540.480.03
HSL353.68º89.26%70.78%-
HSV(B)353.68º53.85%96.86%-
XYZ48.2733.3724.32-
YUV155.36112.56193.36-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.51%
GREEN value IS 114 (44.92% from 255) = 23.31%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=50.51%
G=23.31%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711412800.540.480.03353.6889.2670.78
HexF772800363031625947
Octal367162200066603542131107
Binary1111011111100101000000001101101100001110110001010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77280; }

 p { color: rgb(247,114,128); }

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

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

 a { background-color: rgb(247,114,128); }

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

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

 span { border-color: rgb(247,114,128); }

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