#F76794

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

Shades of Brink Pink #F76794

Tints of Brink Pink #F76794

Color information

#F76794 (or 0xF76794) is unknown color: approx Brink Pink. HEX triplet: F7, 67 and 94. RGB value is (247,103,148). Sum of RGB (Red+Green+Blue) = 247+103+148=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F76794 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76794 is #08986B. Grayscale: #979797. Windows color (decimal): -563308 or 9725943. OLE color: 9725943.

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

Color convert

RGB247103148-
CMYK00.580.400.03
HSL341.25º90%68.63%-
HSV(B)341.25º58.3%96.86%-
XYZ48.5531.6131.56-
YUV151.19126.21196.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.60%
GREEN value IS 103 (40.62% from 255) = 20.68%
BLUE value IS 148 (58.20% from 255) = 29.72%
R=49.60%
G=20.68%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710314800.580.400.03341.259068.63
HexF7679403A2831555a45
Octal367147224072503525132105
Binary1111011111001111001010001110101010001110101010110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76794; }

 p { color: rgb(247,103,148); }

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

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

 a { background-color: rgb(247,103,148); }

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

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

 span { border-color: rgb(247,103,148); }

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