#F77281

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

Shades of Brink Pink #F77281

Tints of Brink Pink #F77281

Color information

#F77281 (or 0xF77281) is unknown color: approx Brink Pink. HEX triplet: F7, 72 and 81. RGB value is (247,114,129). Sum of RGB (Red+Green+Blue) = 247+114+129=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F77281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77281 is #088D7E. Grayscale: #9B9B9B. Windows color (decimal): -560511 or 8483575. OLE color: 8483575.

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

Color convert

RGB247114129-
CMYK00.540.480.03
HSL353.23º89.26%70.78%-
HSV(B)353.23º53.85%96.86%-
XYZ48.3433.3924.67-
YUV155.48113.06193.28-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.41%
GREEN value IS 114 (44.92% from 255) = 23.27%
BLUE value IS 129 (50.78% from 255) = 26.33%
R=50.41%
G=23.27%
B=26.33%

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
Decimal24711412900.540.480.03353.2389.2670.78
HexF772810363031615947
Octal367162201066603541131107
Binary1111011111100101000000101101101100001110110000110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77281; }

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

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

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

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

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

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

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

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