#F76982

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

Shades of Brink Pink #F76982

Tints of Brink Pink #F76982

Color information

#F76982 (or 0xF76982) is unknown color: approx Brink Pink. HEX triplet: F7, 69 and 82. RGB value is (247,105,130). Sum of RGB (Red+Green+Blue) = 247+105+130=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F76982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76982 is #08967D. Grayscale: #969696. Windows color (decimal): -562814 or 8546807. OLE color: 8546807.

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

Color convert

RGB247105130-
CMYK00.570.470.03
HSL349.44º89.87%69.02%-
HSV(B)349.44º57.49%96.86%-
XYZ47.4431.4924.7-
YUV150.31116.54196.97-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.24%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=51.24%
G=21.78%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710513000.570.470.03349.4489.8769.02
HexF769820392F315d5a45
Octal367151202071573535132105
Binary1111011111010011000001001110011011111110101110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76982; }

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

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

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

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

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

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

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

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