#F87488

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

Shades of Brink Pink #F87488

Tints of Brink Pink #F87488

Color information

#F87488 (or 0xF87488) is unknown color: approx Brink Pink. HEX triplet: F8, 74 and 88. RGB value is (248,116,136). Sum of RGB (Red+Green+Blue) = 248+116+136=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F87488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87488 is #078B77. Grayscale: #9D9D9D. Windows color (decimal): -494456 or 8942840. OLE color: 8942840.

HSL color Cylindrical-coordinate representation of color #F87488: hue angle of 350.91º 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 #F87488 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB248116136-
CMYK00.530.450.03
HSL350.91º90.41%71.37%-
HSV(B)350.91º53.23%97.25%-
XYZ49.434.2227.29-
YUV157.75115.73192.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.6%
GREEN value IS 116 (45.70% from 255) = 23.2%
BLUE value IS 136 (53.52% from 255) = 27.2%
R=49.6%
G=23.2%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811613600.530.450.03350.9190.4171.37
HexF874880352D315f5a47
Octal370164210065553537132107
Binary1111100011101001000100001101011011011110101111110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87488; }

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

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

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

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

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

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

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

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