#F76492

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

Shades of Brink Pink #F76492

Tints of Brink Pink #F76492

Color information

#F76492 (or 0xF76492) is unknown color: approx Brink Pink. HEX triplet: F7, 64 and 92. RGB value is (247,100,146). Sum of RGB (Red+Green+Blue) = 247+100+146=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F76492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76492 is #089B6D. Grayscale: #959595. Windows color (decimal): -564078 or 9594103. OLE color: 9594103.

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

Color convert

RGB247100146-
CMYK00.600.410.03
HSL341.22º90.18%68.04%-
HSV(B)341.22º59.51%96.86%-
XYZ48.130.9630.64-
YUV149.2126.2197.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.10%
GREEN value IS 100 (39.45% from 255) = 20.28%
BLUE value IS 146 (57.42% from 255) = 29.61%
R=50.10%
G=20.28%
B=29.61%

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
Decimal24710014600.600.410.03341.2290.1868.04
HexF7649203C2931555a44
Octal367144222074513525132104
Binary1111011111001001001001001111001010011110101010110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76492; }

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

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

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

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

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

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

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

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