#F45988

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

Shades of Brink Pink #F45988

Tints of Brink Pink #F45988

Color information

#F45988 (or 0xF45988) is unknown color: approx Brink Pink. HEX triplet: F4, 59 and 88. RGB value is (244,89,136). Sum of RGB (Red+Green+Blue) = 244+89+136=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F45988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45988 is #0BA677. Grayscale: #8C8C8C. Windows color (decimal): -763512 or 8935924. OLE color: 8935924.

HSL color Cylindrical-coordinate representation of color #F45988: hue angle of 341.81º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F45988 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB24489136-
CMYK00.640.440.04
HSL341.81º87.57%65.29%-
HSV(B)341.81º63.52%95.69%-
XYZ45.3228.1626.34-
YUV140.7125.35201.68-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.03%
GREEN value IS 89 (35.16% from 255) = 18.98%
BLUE value IS 136 (53.52% from 255) = 29.00%
R=52.03%
G=18.98%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448913600.640.440.04341.8187.5765.29
HexF459880402C41565841
Octal3641312100100544526130101
Binary111101001011001100010000100000010110010010101011010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45988; }

 p { color: rgb(244,89,136); }

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

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

 a { background-color: rgb(244,89,136); }

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

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

 span { border-color: rgb(244,89,136); }

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