#F15F81

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

Shades of Brink Pink #F15F81

Tints of Brink Pink #F15F81

Color information

#F15F81 (or 0xF15F81) is unknown color: approx Brink Pink. HEX triplet: F1, 5F and 81. RGB value is (241,95,129). Sum of RGB (Red+Green+Blue) = 241+95+129=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15F81 is #0EA07E. Grayscale: #8E8E8E. Windows color (decimal): -958591 or 8478705. OLE color: 8478705.

HSL color Cylindrical-coordinate representation of color #F15F81: hue angle of 346.03º 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 #F15F81 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB24195129-
CMYK00.610.460.05
HSL346.03º83.91%65.88%-
HSV(B)346.03º60.58%94.51%-
XYZ44.3328.4723.93-
YUV142.53120.37198.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.83%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 129 (50.78% from 255) = 27.74%
R=51.83%
G=20.43%
B=27.74%

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
Decimal2419512900.610.460.05346.0383.9165.88
HexF15F8103D2E515a5442
Octal361137201075565532124102
Binary11110001101111110000001011110110111010110101101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15F81; }

 p { color: rgb(241,95,129); }

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

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

 a { background-color: rgb(241,95,129); }

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

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

 span { border-color: rgb(241,95,129); }

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