#F76491

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

Shades of Brink Pink #F76491

Tints of Brink Pink #F76491

Color information

#F76491 (or 0xF76491) is unknown color: approx Brink Pink. HEX triplet: F7, 64 and 91. RGB value is (247,100,145). Sum of RGB (Red+Green+Blue) = 247+100+145=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F76491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76491 is #089B6E. Grayscale: #959595. Windows color (decimal): -564079 or 9528567. OLE color: 9528567.

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

Color convert

RGB247100145-
CMYK00.600.410.03
HSL341.63º90.18%68.04%-
HSV(B)341.63º59.51%96.86%-
XYZ48.0330.9330.23-
YUV149.08125.7197.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.20%
GREEN value IS 100 (39.45% from 255) = 20.33%
BLUE value IS 145 (57.03% from 255) = 29.47%
R=50.20%
G=20.33%
B=29.47%

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
Decimal24710014500.600.410.03341.6390.1868.04
HexF7649103C2931565a44
Octal367144221074513526132104
Binary1111011111001001001000101111001010011110101011010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76491; }

 p { color: rgb(247,100,145); }

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

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

 a { background-color: rgb(247,100,145); }

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

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

 span { border-color: rgb(247,100,145); }

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