#F76084

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

Shades of Brink Pink #F76084

Tints of Brink Pink #F76084

Color information

#F76084 (or 0xF76084) is unknown color: approx Brink Pink. HEX triplet: F7, 60 and 84. RGB value is (247,96,132). Sum of RGB (Red+Green+Blue) = 247+96+132=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F76084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76084 is #089F7B. Grayscale: #919191. Windows color (decimal): -565116 or 8675575. OLE color: 8675575.

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

Color convert

RGB24796132-
CMYK00.610.470.03
HSL345.7º90.42%67.25%-
HSV(B)345.7º61.13%96.86%-
XYZ46.7129.8125.12-
YUV145.25120.53200.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52%
GREEN value IS 96 (37.89% from 255) = 20.21%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=52%
G=20.21%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479613200.610.470.03345.790.4267.25
HexF7608403D2F315a5a43
Octal367140204075573532132103
Binary1111011111000001000010001111011011111110101101010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76084; }

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

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

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

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

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

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

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

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