#F76286

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

Shades of Brink Pink #F76286

Tints of Brink Pink #F76286

Color information

#F76286 (or 0xF76286) is unknown color: approx Brink Pink. HEX triplet: F7, 62 and 86. RGB value is (247,98,134). Sum of RGB (Red+Green+Blue) = 247+98+134=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F76286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76286 is #089D79. Grayscale: #929292. Windows color (decimal): -564602 or 8807159. OLE color: 8807159.

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

Color convert

RGB24798134-
CMYK00.600.460.03
HSL345.5º90.3%67.65%-
HSV(B)345.5º60.32%96.86%-
XYZ47.0330.2325.91-
YUV146.66120.86199.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.57%
GREEN value IS 98 (38.67% from 255) = 20.46%
BLUE value IS 134 (52.73% from 255) = 27.97%
R=51.57%
G=20.46%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479813400.600.460.03345.590.367.65
HexF7628603C2E315a5a44
Octal367142206074563532132104
Binary1111011111000101000011001111001011101110101101010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76286; }

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

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

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

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

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

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

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

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