#FF7379

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

Shades of Brink Pink #FF7379

Tints of Brink Pink #FF7379

Color information

#FF7379 (or 0xFF7379) is unknown color: approx Brink Pink. HEX triplet: FF, 73 and 79. RGB value is (255,115,121). Sum of RGB (Red+Green+Blue) = 255+115+121=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7379 is #008C86. Grayscale: #9D9D9D. Windows color (decimal): -35975 or 7959551. OLE color: 7959551.

HSL color Cylindrical-coordinate representation of color #FF7379: hue angle of 357.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7379 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB255115121-
CMYK00.550.530
HSL357.43º100%72.55%-
HSV(B)357.43º54.9%100%-
XYZ50.8234.922.15-
YUV157.54107.38197.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 115 (45.31% from 255) = 23.42%
BLUE value IS 121 (47.66% from 255) = 24.64%
R=51.93%
G=23.42%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511512100.550.530357.4310072.55
HexFF73790373501656449
Octal377163171067650545144111
Binary11111111111001111110010110111110101010110010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7379; }

 p { color: rgb(255,115,121); }

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

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

 a { background-color: rgb(255,115,121); }

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

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

 span { border-color: rgb(255,115,121); }

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