#FF7380

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

Shades of Brink Pink #FF7380

Tints of Brink Pink #FF7380

Color information

#FF7380 (or 0xFF7380) is unknown color: approx Brink Pink. HEX triplet: FF, 73 and 80. RGB value is (255,115,128). Sum of RGB (Red+Green+Blue) = 255+115+128=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7380 is #008C7F. Grayscale: #9E9E9E. Windows color (decimal): -35968 or 8418303. OLE color: 8418303.

HSL color Cylindrical-coordinate representation of color #FF7380: hue angle of 354.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 #FF7380 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255115128-
CMYK00.550.500
HSL354.43º100%72.55%-
HSV(B)354.43º54.9%100%-
XYZ51.2735.0824.49-
YUV158.34110.88196.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 115 (45.31% from 255) = 23.09%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=51.20%
G=23.09%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511512800.550.500354.4310072.55
HexFF73800373201626449
Octal377163200067620542144111
Binary111111111110011100000000110111110010010110001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7380; }

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

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

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

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

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

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

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

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