#F55881

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

Shades of Brink Pink #F55881

Tints of Brink Pink #F55881

Color information

#F55881 (or 0xF55881) is unknown color: approx Brink Pink. HEX triplet: F5, 58 and 81. RGB value is (245,88,129). Sum of RGB (Red+Green+Blue) = 245+88+129=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F55881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55881 is #0AA77E. Grayscale: #8B8B8B. Windows color (decimal): -698239 or 8476917. OLE color: 8476917.

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

Color convert

RGB24588129-
CMYK00.640.470.04
HSL344.33º88.7%65.29%-
HSV(B)344.33º64.08%96.08%-
XYZ45.1127.9823.79-
YUV139.62122.01203.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.03%
GREEN value IS 88 (34.77% from 255) = 19.05%
BLUE value IS 129 (50.78% from 255) = 27.92%
R=53.03%
G=19.05%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458812900.640.470.04344.3388.765.29
HexF558810402F41585941
Octal3651302010100574530131101
Binary111101011011000100000010100000010111110010101100010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55881; }

 p { color: rgb(245,88,129); }

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

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

 a { background-color: rgb(245,88,129); }

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

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

 span { border-color: rgb(245,88,129); }

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