#ff7480

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

Shades of Brink Pink #FF7480

Tints of Brink Pink #FF7480

Color information

#FF7480 (or 0xFF7480) is unknown color: approx Brink Pink. HEX triplet: FF, 74 and 80. RGB value is (255,116,128). Sum of RGB (Red+Green+Blue) = 255+116+128=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7480 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7480 is #008B7F. Grayscale: #9F9F9F. Windows color (decimal): -35712 or 8418559. OLE color: 8418559.

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

Color convert

RGB255116128-
CMYK00.550.500
HSL354.82º100%72.75%-
HSV(B)354.82º54.51%100%-
XYZ51.3835.3124.53-
YUV158.93110.55196.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 116 (45.70% from 255) = 23.25%
BLUE value IS 128 (50.39% from 255) = 25.65%
R=51.10%
G=23.25%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511612800.550.500354.8210072.75
HexFF74800373201636449
Octal377164200067620543144111
Binary111111111110100100000000110111110010010110001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff7480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff7480; }

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

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

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

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

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

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

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

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