#F96776

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

Shades of Brink Pink #F96776

Tints of Brink Pink #F96776

Color information

#F96776 (or 0xF96776) is unknown color: approx Brink Pink. HEX triplet: F9, 67 and 76. RGB value is (249,103,118). Sum of RGB (Red+Green+Blue) = 249+103+118=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F96776 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96776 is #069889. Grayscale: #949494. Windows color (decimal): -432266 or 7759865. OLE color: 7759865.

HSL color Cylindrical-coordinate representation of color #F96776: hue angle of 353.84º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F96776 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB249103118-
CMYK00.590.530.02
HSL353.84º92.41%69.02%-
HSV(B)353.84º58.63%97.65%-
XYZ47.1931.1520.66-
YUV148.36110.87199.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.98%
GREEN value IS 103 (40.62% from 255) = 21.91%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=52.98%
G=21.91%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910311800.590.530.02353.8492.4169.02
HexF9677603B3521625c45
Octal371147166073652542134105
Binary111110011100111111011001110111101011010110001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96776; }

 p { color: rgb(249,103,118); }

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

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

 a { background-color: rgb(249,103,118); }

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

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

 span { border-color: rgb(249,103,118); }

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