#F57181

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

Shades of Brink Pink #F57181

Tints of Brink Pink #F57181

Color information

#F57181 (or 0xF57181) is unknown color: approx Brink Pink. HEX triplet: F5, 71 and 81. RGB value is (245,113,129). Sum of RGB (Red+Green+Blue) = 245+113+129=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F57181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57181 is #0A8E7E. Grayscale: #9A9A9A. Windows color (decimal): -691839 or 8483317. OLE color: 8483317.

HSL color Cylindrical-coordinate representation of color #F57181: hue angle of 352.73º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F57181 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB245113129-
CMYK00.540.470.04
HSL352.73º86.84%70.2%-
HSV(B)352.73º53.88%96.08%-
XYZ47.5232.8124.6-
YUV154.29113.73192.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.31%
GREEN value IS 113 (44.53% from 255) = 23.20%
BLUE value IS 129 (50.78% from 255) = 26.49%
R=50.31%
G=23.20%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511312900.540.470.04352.7386.8470.2
HexF571810362F41615746
Octal365161201066574541127106
Binary11110101111000110000001011011010111110010110000110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57181; }

 p { color: rgb(245,113,129); }

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

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

 a { background-color: rgb(245,113,129); }

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

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

 span { border-color: rgb(245,113,129); }

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