#F76282

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

Shades of Brink Pink #F76282

Tints of Brink Pink #F76282

Color information

#F76282 (or 0xF76282) is unknown color: approx Brink Pink. HEX triplet: F7, 62 and 82. RGB value is (247,98,130). Sum of RGB (Red+Green+Blue) = 247+98+130=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F76282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76282 is #089D7D. Grayscale: #929292. Windows color (decimal): -564606 or 8545015. OLE color: 8545015.

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

Color convert

RGB24798130-
CMYK00.600.470.03
HSL347.11º90.3%67.65%-
HSV(B)347.11º60.32%96.86%-
XYZ46.7530.1224.47-
YUV146.2118.86199.9-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52%
GREEN value IS 98 (38.67% from 255) = 20.63%
BLUE value IS 130 (51.17% from 255) = 27.37%
R=52%
G=20.63%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479813000.600.470.03347.1190.367.65
HexF7628203C2F315b5a44
Octal367142202074573533132104
Binary1111011111000101000001001111001011111110101101110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76282; }

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

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

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

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

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

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

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

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