#F46F86

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

Shades of Brink Pink #F46F86

Tints of Brink Pink #F46F86

Color information

#F46F86 (or 0xF46F86) is unknown color: approx Brink Pink. HEX triplet: F4, 6F and 86. RGB value is (244,111,134). Sum of RGB (Red+Green+Blue) = 244+111+134=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F46F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46F86 is #0B9079. Grayscale: #999999. Windows color (decimal): -757882 or 8810484. OLE color: 8810484.

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

Color convert

RGB244111134-
CMYK00.550.450.04
HSL349.62º85.81%69.61%-
HSV(B)349.62º54.51%95.69%-
XYZ47.332.3226.3-
YUV153.39117.06192.63-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.90%
GREEN value IS 111 (43.75% from 255) = 22.70%
BLUE value IS 134 (52.73% from 255) = 27.40%
R=49.90%
G=22.70%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411113400.550.450.04349.6285.8169.61
HexF46F860372D415e5646
Octal364157206067554536126106
Binary11110100110111110000110011011110110110010101111010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46F86; }

 p { color: rgb(244,111,134); }

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

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

 a { background-color: rgb(244,111,134); }

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

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

 span { border-color: rgb(244,111,134); }

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