#F87280

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

Shades of Brink Pink #F87280

Tints of Brink Pink #F87280

Color information

#F87280 (or 0xF87280) is unknown color: approx Brink Pink. HEX triplet: F8, 72 and 80. RGB value is (248,114,128). Sum of RGB (Red+Green+Blue) = 248+114+128=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F87280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87280 is #078D7F. Grayscale: #9B9B9B. Windows color (decimal): -494976 or 8418040. OLE color: 8418040.

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

Color convert

RGB248114128-
CMYK00.540.480.03
HSL353.73º90.54%70.98%-
HSV(B)353.73º54.03%97.25%-
XYZ48.6233.5524.33-
YUV155.66112.39193.86-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.61%
GREEN value IS 114 (44.92% from 255) = 23.27%
BLUE value IS 128 (50.39% from 255) = 26.12%
R=50.61%
G=23.27%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811412800.540.480.03353.7390.5470.98
HexF872800363031625b47
Octal370162200066603542133107
Binary1111100011100101000000001101101100001110110001010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87280; }

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

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

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

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

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

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

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

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