#F45E8A

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

Shades of Brink Pink #F45E8A

Tints of Brink Pink #F45E8A

Color information

#F45E8A (or 0xF45E8A) is unknown color: approx Brink Pink. HEX triplet: F4, 5E and 8A. RGB value is (244,94,138). Sum of RGB (Red+Green+Blue) = 244+94+138=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F45E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45E8A is #0BA175. Grayscale: #8F8F8F. Windows color (decimal): -762230 or 9068276. OLE color: 9068276.

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

Color convert

RGB24494138-
CMYK00.610.430.04
HSL342.4º87.21%66.27%-
HSV(B)342.4º61.48%95.69%-
XYZ45.929.0727.24-
YUV143.87124.7199.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.26%
GREEN value IS 94 (37.11% from 255) = 19.75%
BLUE value IS 138 (54.30% from 255) = 28.99%
R=51.26%
G=19.75%
B=28.99%

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
Decimal2449413800.610.430.04342.487.2166.27
HexF45E8A03D2B41565742
Octal364136212075534526127102
Binary11110100101111010001010011110110101110010101011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45E8A; }

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

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

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

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

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

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

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

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