#F76493

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

Shades of Brink Pink #F76493

Tints of Brink Pink #F76493

Color information

#F76493 (or 0xF76493) is unknown color: approx Brink Pink. HEX triplet: F7, 64 and 93. RGB value is (247,100,147). Sum of RGB (Red+Green+Blue) = 247+100+147=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F76493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76493 is #089B6C. Grayscale: #959595. Windows color (decimal): -564077 or 9659639. OLE color: 9659639.

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

Color convert

RGB247100147-
CMYK00.600.400.03
HSL340.82º90.18%68.04%-
HSV(B)340.82º59.51%96.86%-
XYZ48.183131.05-
YUV149.31126.7197.68-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 20.24%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=50%
G=20.24%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710014700.600.400.03340.8290.1868.04
HexF7649303C2831555a44
Octal367144223074503525132104
Binary1111011111001001001001101111001010001110101010110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76493; }

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

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

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

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

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

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

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

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