#F47081

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

Shades of Brink Pink #F47081

Tints of Brink Pink #F47081

Color information

#F47081 (or 0xF47081) is unknown color: approx Brink Pink. HEX triplet: F4, 70 and 81. RGB value is (244,112,129). Sum of RGB (Red+Green+Blue) = 244+112+129=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F47081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47081 is #0B8F7E. Grayscale: #999999. Windows color (decimal): -757631 or 8483060. OLE color: 8483060.

HSL color Cylindrical-coordinate representation of color #F47081: hue angle of 352.27º degrees, saturation: 0.86, 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 #F47081 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB244112129-
CMYK00.540.470.04
HSL352.27º85.71%69.8%-
HSV(B)352.27º54.1%95.69%-
XYZ47.0632.4124.54-
YUV153.41114.23192.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.31%
GREEN value IS 112 (44.14% from 255) = 23.09%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=50.31%
G=23.09%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411212900.540.470.04352.2785.7169.8
HexF470810362F41605646
Octal364160201066574540126106
Binary11110100111000010000001011011010111110010110000010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47081; }

 p { color: rgb(244,112,129); }

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

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

 a { background-color: rgb(244,112,129); }

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

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

 span { border-color: rgb(244,112,129); }

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