#F76085

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

Shades of Brink Pink #F76085

Tints of Brink Pink #F76085

Color information

#F76085 (or 0xF76085) is unknown color: approx Brink Pink. HEX triplet: F7, 60 and 85. RGB value is (247,96,133). Sum of RGB (Red+Green+Blue) = 247+96+133=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F76085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76085 is #089F7A. Grayscale: #919191. Windows color (decimal): -565115 or 8741111. OLE color: 8741111.

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

Color convert

RGB24796133-
CMYK00.610.460.03
HSL345.3º90.42%67.25%-
HSV(B)345.3º61.13%96.86%-
XYZ46.7729.8325.48-
YUV145.37121.03200.49-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.89%
GREEN value IS 96 (37.89% from 255) = 20.17%
BLUE value IS 133 (52.34% from 255) = 27.94%
R=51.89%
G=20.17%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479613300.610.460.03345.390.4267.25
HexF7608503D2E31595a43
Octal367140205075563531132103
Binary1111011111000001000010101111011011101110101100110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76085; }

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

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

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

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

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

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

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

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