#F87480

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

Shades of Brink Pink #F87480

Tints of Brink Pink #F87480

Color information

#F87480 (or 0xF87480) is unknown color: approx Brink Pink. HEX triplet: F8, 74 and 80. RGB value is (248,116,128). Sum of RGB (Red+Green+Blue) = 248+116+128=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F87480 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87480 is #078B7F. Grayscale: #9C9C9C. Windows color (decimal): -494464 or 8418552. OLE color: 8418552.

HSL color Cylindrical-coordinate representation of color #F87480: hue angle of 354.55º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F87480 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB248116128-
CMYK00.530.480.03
HSL354.55º90.41%71.37%-
HSV(B)354.55º53.23%97.25%-
XYZ48.8534.0124.41-
YUV156.84111.73193.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.41%
GREEN value IS 116 (45.70% from 255) = 23.58%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=50.41%
G=23.58%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811612800.530.480.03354.5590.4171.37
HexF874800353031635a47
Octal370164200065603543132107
Binary1111100011101001000000001101011100001110110001110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87480; }

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

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

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

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

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

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

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

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