#F55E8F

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

Shades of Brink Pink #F55E8F

Tints of Brink Pink #F55E8F

Color information

#F55E8F (or 0xF55E8F) is unknown color: approx Brink Pink. HEX triplet: F5, 5E and 8F. RGB value is (245,94,143). Sum of RGB (Red+Green+Blue) = 245+94+143=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55E8F is #0AA170. Grayscale: #909090. Windows color (decimal): -696689 or 9395957. OLE color: 9395957.

HSL color Cylindrical-coordinate representation of color #F55E8F: hue angle of 340.53º degrees, saturation: 0.88, 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 #F55E8F is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB24594143-
CMYK00.620.420.04
HSL340.53º88.3%66.47%-
HSV(B)340.53º61.63%96.08%-
XYZ46.6229.429.2-
YUV144.73127.03199.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.83%
GREEN value IS 94 (37.11% from 255) = 19.50%
BLUE value IS 143 (56.25% from 255) = 29.67%
R=50.83%
G=19.50%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459414300.620.420.04340.5388.366.47
HexF55E8F03E2A41555842
Octal365136217076524525130102
Binary11110101101111010001111011111010101010010101010110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55E8F; }

 p { color: rgb(245,94,143); }

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

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

 a { background-color: rgb(245,94,143); }

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

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

 span { border-color: rgb(245,94,143); }

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