#F45E81

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

Shades of Brink Pink #F45E81

Tints of Brink Pink #F45E81

Color information

#F45E81 (or 0xF45E81) is unknown color: approx Brink Pink. HEX triplet: F4, 5E and 81. RGB value is (244,94,129). Sum of RGB (Red+Green+Blue) = 244+94+129=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F45E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45E81 is #0BA17E. Grayscale: #8E8E8E. Windows color (decimal): -762239 or 8478452. OLE color: 8478452.

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

Color convert

RGB24494129-
CMYK00.610.470.04
HSL346º87.21%66.27%-
HSV(B)346º61.48%95.69%-
XYZ45.2728.8223.95-
YUV142.84120.2200.15-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.25%
GREEN value IS 94 (37.11% from 255) = 20.13%
BLUE value IS 129 (50.78% from 255) = 27.62%
R=52.25%
G=20.13%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449412900.610.470.0434687.2166.27
HexF45E8103D2F415a5742
Octal364136201075574532127102
Binary11110100101111010000001011110110111110010101101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45E81; }

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

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

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

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

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

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

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

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