#F77182

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

Shades of Brink Pink #F77182

Tints of Brink Pink #F77182

Color information

#F77182 (or 0xF77182) is unknown color: approx Brink Pink. HEX triplet: F7, 71 and 82. RGB value is (247,113,130). Sum of RGB (Red+Green+Blue) = 247+113+130=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F77182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77182 is #088E7D. Grayscale: #9B9B9B. Windows color (decimal): -560766 or 8548855. OLE color: 8548855.

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

Color convert

RGB247113130-
CMYK00.540.470.03
HSL352.39º89.33%70.59%-
HSV(B)352.39º54.25%96.86%-
XYZ48.2933.224.98-
YUV155113.89193.62-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.41%
GREEN value IS 113 (44.53% from 255) = 23.06%
BLUE value IS 130 (51.17% from 255) = 26.53%
R=50.41%
G=23.06%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711313000.540.470.03352.3989.3370.59
HexF771820362F31605947
Octal367161202066573540131107
Binary1111011111100011000001001101101011111110110000010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77182; }

 p { color: rgb(247,113,130); }

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

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

 a { background-color: rgb(247,113,130); }

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

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

 span { border-color: rgb(247,113,130); }

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