#F47082

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

Shades of Brink Pink #F47082

Tints of Brink Pink #F47082

Color information

#F47082 (or 0xF47082) is unknown color: approx Brink Pink. HEX triplet: F4, 70 and 82. RGB value is (244,112,130). Sum of RGB (Red+Green+Blue) = 244+112+130=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F47082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47082 is #0B8F7D. Grayscale: #999999. Windows color (decimal): -757630 or 8548596. OLE color: 8548596.

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

Color convert

RGB244112130-
CMYK00.540.470.04
HSL351.82º85.71%69.8%-
HSV(B)351.82º54.1%95.69%-
XYZ47.1332.4324.9-
YUV153.52114.73192.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.21%
GREEN value IS 112 (44.14% from 255) = 23.05%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=50.21%
G=23.05%
B=26.75%

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
Decimal24411213000.540.470.04351.8285.7169.8
HexF470820362F41605646
Octal364160202066574540126106
Binary11110100111000010000010011011010111110010110000010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47082; }

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

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

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

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

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

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

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

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