#F96F79

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

Shades of Brink Pink #F96F79

Tints of Brink Pink #F96F79

Color information

#F96F79 (or 0xF96F79) is unknown color: approx Brink Pink. HEX triplet: F9, 6F and 79. RGB value is (249,111,121). Sum of RGB (Red+Green+Blue) = 249+111+121=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96F79 is #069086. Grayscale: #999999. Windows color (decimal): -430215 or 7958521. OLE color: 7958521.

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

Color convert

RGB249111121-
CMYK00.550.510.02
HSL355.65º92%70.59%-
HSV(B)355.65º55.42%97.65%-
XYZ48.232.8921.9-
YUV153.4109.72196.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.77%
GREEN value IS 111 (43.75% from 255) = 23.08%
BLUE value IS 121 (47.66% from 255) = 25.16%
R=51.77%
G=23.08%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911112100.550.510.02355.659270.59
HexF96F790373321645c47
Octal371157171067632544134107
Binary111110011101111111100101101111100111010110010010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96F79; }

 p { color: rgb(249,111,121); }

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

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

 a { background-color: rgb(249,111,121); }

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

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

 span { border-color: rgb(249,111,121); }

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