#F76782

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

Shades of Brink Pink #F76782

Tints of Brink Pink #F76782

Color information

#F76782 (or 0xF76782) is unknown color: approx Brink Pink. HEX triplet: F7, 67 and 82. RGB value is (247,103,130). Sum of RGB (Red+Green+Blue) = 247+103+130=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F76782 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76782 is #08987D. Grayscale: #959595. Windows color (decimal): -563326 or 8546295. OLE color: 8546295.

HSL color Cylindrical-coordinate representation of color #F76782: hue angle of 348.75º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F76782 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB247103130-
CMYK00.580.470.03
HSL348.75º90%68.63%-
HSV(B)348.75º58.3%96.86%-
XYZ47.2431.0924.63-
YUV149.13117.21197.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.46%
GREEN value IS 103 (40.62% from 255) = 21.46%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=51.46%
G=21.46%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710313000.580.470.03348.759068.63
HexF7678203A2F315d5a45
Octal367147202072573535132105
Binary1111011111001111000001001110101011111110101110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76782; }

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

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

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

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

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

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

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

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