#F85481

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

Shades of Brink Pink #F85481

Tints of Brink Pink #F85481

Color information

#F85481 (or 0xF85481) is unknown color: approx Brink Pink. HEX triplet: F8, 54 and 81. RGB value is (248,84,129). Sum of RGB (Red+Green+Blue) = 248+84+129=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F85481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85481 is #07AB7E. Grayscale: #8A8A8A. Windows color (decimal): -502655 or 8475896. OLE color: 8475896.

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

Color convert

RGB24884129-
CMYK00.660.480.03
HSL343.54º92.13%65.1%-
HSV(B)343.54º66.13%97.25%-
XYZ45.8427.8823.73-
YUV138.17122.83206.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.80%
GREEN value IS 84 (33.20% from 255) = 18.22%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=53.80%
G=18.22%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488412900.660.480.03343.5492.1365.1
HexF854810423031585c41
Octal3701242010102603530134101
Binary11111000101010010000001010000101100001110101100010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85481; }

 p { color: rgb(248,84,129); }

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

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

 a { background-color: rgb(248,84,129); }

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

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

 span { border-color: rgb(248,84,129); }

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