#F76585

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

Shades of Brink Pink #F76585

Tints of Brink Pink #F76585

Color information

#F76585 (or 0xF76585) is unknown color: approx Brink Pink. HEX triplet: F7, 65 and 85. RGB value is (247,101,133). Sum of RGB (Red+Green+Blue) = 247+101+133=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F76585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76585 is #089A7A. Grayscale: #949494. Windows color (decimal): -563835 or 8742391. OLE color: 8742391.

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

Color convert

RGB247101133-
CMYK00.590.460.03
HSL346.85º90.12%68.24%-
HSV(B)346.85º59.11%96.86%-
XYZ47.2530.7725.64-
YUV148.3119.37198.4-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.35%
GREEN value IS 101 (39.84% from 255) = 21.00%
BLUE value IS 133 (52.34% from 255) = 27.65%
R=51.35%
G=21.00%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710113300.590.460.03346.8590.1268.24
HexF7658503B2E315b5a44
Octal367145205073563533132104
Binary1111011111001011000010101110111011101110101101110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76585; }

 p { color: rgb(247,101,133); }

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

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

 a { background-color: rgb(247,101,133); }

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

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

 span { border-color: rgb(247,101,133); }

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