#F57084

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

Shades of Brink Pink #F57084

Tints of Brink Pink #F57084

Color information

#F57084 (or 0xF57084) is unknown color: approx Brink Pink. HEX triplet: F5, 70 and 84. RGB value is (245,112,132). Sum of RGB (Red+Green+Blue) = 245+112+132=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F57084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57084 is #0A8F7B. Grayscale: #9A9A9A. Windows color (decimal): -692092 or 8679669. OLE color: 8679669.

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

Color convert

RGB245112132-
CMYK00.540.460.04
HSL350.98º86.93%70%-
HSV(B)350.98º54.29%96.08%-
XYZ47.6232.6725.63-
YUV154.05115.56192.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.10%
GREEN value IS 112 (44.14% from 255) = 22.90%
BLUE value IS 132 (51.95% from 255) = 26.99%
R=50.10%
G=22.90%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511213200.540.460.04350.9886.9370
HexF570840362E415f5746
Octal365160204066564537127106
Binary11110101111000010000100011011010111010010101111110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57084; }

 p { color: rgb(245,112,132); }

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

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

 a { background-color: rgb(245,112,132); }

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

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

 span { border-color: rgb(245,112,132); }

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