#F57182

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

Shades of Brink Pink #F57182

Tints of Brink Pink #F57182

Color information

#F57182 (or 0xF57182) is unknown color: approx Brink Pink. HEX triplet: F5, 71 and 82. RGB value is (245,113,130). Sum of RGB (Red+Green+Blue) = 245+113+130=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F57182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57182 is #0A8E7D. Grayscale: #9A9A9A. Windows color (decimal): -691838 or 8548853. OLE color: 8548853.

HSL color Cylindrical-coordinate representation of color #F57182: hue angle of 352.27º 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 #F57182 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB245113130-
CMYK00.540.470.04
HSL352.27º86.84%70.2%-
HSV(B)352.27º53.88%96.08%-
XYZ47.5932.8324.95-
YUV154.41114.23192.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.20%
GREEN value IS 113 (44.53% from 255) = 23.16%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=50.20%
G=23.16%
B=26.64%

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
Decimal24511313000.540.470.04352.2786.8470.2
HexF571820362F41605746
Octal365161202066574540127106
Binary11110101111000110000010011011010111110010110000010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57182; }

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

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

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

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

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

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

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

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