#f15b89

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

Shades of Dark Pink #F15B89

Tints of Dark Pink #F15B89

Color information

#F15B89 (or 0xF15B89) is unknown color: approx Dark Pink. HEX triplet: F1, 5B and 89. RGB value is (241,91,137). Sum of RGB (Red+Green+Blue) = 241+91+137=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15B89 is #0EA476. Grayscale: #8D8D8D. Windows color (decimal): -959607 or 9001969. OLE color: 9001969.

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

Color convert

RGB24191137-
CMYK00.620.430.05
HSL341.6º84.27%65.1%-
HSV(B)341.6º62.24%94.51%-
XYZ44.5327.9926.72-
YUV141.09125.7199.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.39%
GREEN value IS 91 (35.94% from 255) = 19.40%
BLUE value IS 137 (53.91% from 255) = 29.21%
R=51.39%
G=19.40%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419113700.620.430.05341.684.2765.1
HexF15B8903E2B51565441
Octal361133211076535526124101
Binary11110001101101110001001011111010101110110101011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f15b89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f15b89; }

 p { color: rgb(241,91,137); }

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

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

 a { background-color: rgb(241,91,137); }

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

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

 span { border-color: rgb(241,91,137); }

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