#F67186

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

Shades of Brink Pink #F67186

Tints of Brink Pink #F67186

Color information

#F67186 (or 0xF67186) is unknown color: approx Brink Pink. HEX triplet: F6, 71 and 86. RGB value is (246,113,134). Sum of RGB (Red+Green+Blue) = 246+113+134=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F67186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67186 is #098E79. Grayscale: #9B9B9B. Windows color (decimal): -626298 or 8810998. OLE color: 8810998.

HSL color Cylindrical-coordinate representation of color #F67186: hue angle of 350.53º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F67186 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB246113134-
CMYK00.540.460.04
HSL350.53º88.08%70.39%-
HSV(B)350.53º54.07%96.47%-
XYZ48.2133.1226.41-
YUV155.16116.06192.79-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.90%
GREEN value IS 113 (44.53% from 255) = 22.92%
BLUE value IS 134 (52.73% from 255) = 27.18%
R=49.90%
G=22.92%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611313400.540.460.04350.5388.0870.39
HexF671860362E415f5846
Octal366161206066564537130106
Binary11110110111000110000110011011010111010010101111110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67186; }

 p { color: rgb(246,113,134); }

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

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

 a { background-color: rgb(246,113,134); }

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

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

 span { border-color: rgb(246,113,134); }

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