#F45D8C

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

Shades of Brink Pink #F45D8C

Tints of Brink Pink #F45D8C

Color information

#F45D8C (or 0xF45D8C) is unknown color: approx Brink Pink. HEX triplet: F4, 5D and 8C. RGB value is (244,93,140). Sum of RGB (Red+Green+Blue) = 244+93+140=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45D8C is #0BA273. Grayscale: #8F8F8F. Windows color (decimal): -762484 or 9199092. OLE color: 9199092.

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

Color convert

RGB24493140-
CMYK00.620.430.04
HSL341.32º87.28%66.08%-
HSV(B)341.32º61.89%95.69%-
XYZ45.9628.9627.98-
YUV143.51126.03199.68-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.15%
GREEN value IS 93 (36.72% from 255) = 19.50%
BLUE value IS 140 (55.08% from 255) = 29.35%
R=51.15%
G=19.50%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449314000.620.430.04341.3287.2866.08
HexF45D8C03E2B41555742
Octal364135214076534525127102
Binary11110100101110110001100011111010101110010101010110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45D8C; }

 p { color: rgb(244,93,140); }

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

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

 a { background-color: rgb(244,93,140); }

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

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

 span { border-color: rgb(244,93,140); }

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