#F76392

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

Shades of Brink Pink #F76392

Tints of Brink Pink #F76392

Color information

#F76392 (or 0xF76392) is unknown color: approx Brink Pink. HEX triplet: F7, 63 and 92. RGB value is (247,99,146). Sum of RGB (Red+Green+Blue) = 247+99+146=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F76392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76392 is #089C6D. Grayscale: #949494. Windows color (decimal): -564334 or 9593847. OLE color: 9593847.

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

Color convert

RGB24799146-
CMYK00.600.410.03
HSL340.95º90.24%67.84%-
HSV(B)340.95º59.92%96.86%-
XYZ48.0130.7730.6-
YUV148.61126.53198.18-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.20%
GREEN value IS 99 (39.06% from 255) = 20.12%
BLUE value IS 146 (57.42% from 255) = 29.67%
R=50.20%
G=20.12%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479914600.600.410.03340.9590.2467.84
HexF7639203C2931555a44
Octal367143222074513525132104
Binary1111011111000111001001001111001010011110101010110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76392; }

 p { color: rgb(247,99,146); }

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

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

 a { background-color: rgb(247,99,146); }

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

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

 span { border-color: rgb(247,99,146); }

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