#F15E7F

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

Shades of Brink Pink #F15E7F

Tints of Brink Pink #F15E7F

Color information

#F15E7F (or 0xF15E7F) is unknown color: approx Brink Pink. HEX triplet: F1, 5E and 7F. RGB value is (241,94,127). Sum of RGB (Red+Green+Blue) = 241+94+127=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15E7F is #0EA180. Grayscale: #8D8D8D. Windows color (decimal): -958849 or 8347377. OLE color: 8347377.

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

Color convert

RGB24194127-
CMYK00.610.470.05
HSL346.53º84%65.69%-
HSV(B)346.53º61%94.51%-
XYZ44.1128.2423.2-
YUV141.72119.7198.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.16%
GREEN value IS 94 (37.11% from 255) = 20.35%
BLUE value IS 127 (50% from 255) = 27.49%
R=52.16%
G=20.35%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419412700.610.470.05346.538465.69
HexF15E7F03D2F515b5442
Octal361136177075575533124102
Binary1111000110111101111111011110110111110110101101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15E7F; }

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

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

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

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

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

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

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

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