#F76992

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

Shades of Brink Pink #F76992

Tints of Brink Pink #F76992

Color information

#F76992 (or 0xF76992) is unknown color: approx Brink Pink. HEX triplet: F7, 69 and 92. RGB value is (247,105,146). Sum of RGB (Red+Green+Blue) = 247+105+146=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F76992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76992 is #08966D. Grayscale: #989898. Windows color (decimal): -562798 or 9595383. OLE color: 9595383.

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

Color convert

RGB247105146-
CMYK00.570.410.03
HSL342.68º89.87%69.02%-
HSV(B)342.68º57.49%96.86%-
XYZ48.631.9530.8-
YUV152.13124.54195.67-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.60%
GREEN value IS 105 (41.41% from 255) = 21.08%
BLUE value IS 146 (57.42% from 255) = 29.32%
R=49.60%
G=21.08%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710514600.570.410.03342.6889.8769.02
HexF769920392931575a45
Octal367151222071513527132105
Binary1111011111010011001001001110011010011110101011110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76992; }

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

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

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

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

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

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

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

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