#F15E83

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

Shades of Brink Pink #F15E83

Tints of Brink Pink #F15E83

Color information

#F15E83 (or 0xF15E83) is unknown color: approx Brink Pink. HEX triplet: F1, 5E and 83. RGB value is (241,94,131). Sum of RGB (Red+Green+Blue) = 241+94+131=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15E83 is #0EA17C. Grayscale: #8E8E8E. Windows color (decimal): -958845 or 8609521. OLE color: 8609521.

HSL color Cylindrical-coordinate representation of color #F15E83: hue angle of 344.9º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15E83 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB24194131-
CMYK00.610.460.05
HSL344.9º84%65.69%-
HSV(B)344.9º61%94.51%-
XYZ44.3828.3424.61-
YUV142.17121.7198.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.72%
GREEN value IS 94 (37.11% from 255) = 20.17%
BLUE value IS 131 (51.56% from 255) = 28.11%
R=51.72%
G=20.17%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419413100.610.460.05344.98465.69
HexF15E8303D2E51595442
Octal361136203075565531124102
Binary11110001101111010000011011110110111010110101100110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15E83; }

 p { color: rgb(241,94,131); }

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

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

 a { background-color: rgb(241,94,131); }

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

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

 span { border-color: rgb(241,94,131); }

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