#f45e8b

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

Shades of Brink Pink #F45E8B

Tints of Brink Pink #F45E8B

Color information

#F45E8B (or 0xF45E8B) is unknown color: approx Brink Pink. HEX triplet: F4, 5E and 8B. RGB value is (244,94,139). Sum of RGB (Red+Green+Blue) = 244+94+139=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F45E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45E8B is #0BA174. Grayscale: #8F8F8F. Windows color (decimal): -762229 or 9133812. OLE color: 9133812.

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

Color convert

RGB24494139-
CMYK00.610.430.04
HSL342º87.21%66.27%-
HSV(B)342º61.48%95.69%-
XYZ45.9729.127.62-
YUV143.98125.2199.34-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.15%
GREEN value IS 94 (37.11% from 255) = 19.71%
BLUE value IS 139 (54.69% from 255) = 29.14%
R=51.15%
G=19.71%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449413900.610.430.0434287.2166.27
HexF45E8B03D2B41565742
Octal364136213075534526127102
Binary11110100101111010001011011110110101110010101011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f45e8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f45e8b; }

 p { color: rgb(244,94,139); }

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

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

 a { background-color: rgb(244,94,139); }

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

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

 span { border-color: rgb(244,94,139); }

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