#F37182

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

Shades of Brink Pink #F37182

Tints of Brink Pink #F37182

Color information

#F37182 (or 0xF37182) is unknown color: approx Brink Pink. HEX triplet: F3, 71 and 82. RGB value is (243,113,130). Sum of RGB (Red+Green+Blue) = 243+113+130=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F37182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37182 is #0C8E7D. Grayscale: #999999. Windows color (decimal): -822910 or 8548851. OLE color: 8548851.

HSL color Cylindrical-coordinate representation of color #F37182: hue angle of 352.15º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F37182 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB243113130-
CMYK00.530.470.05
HSL352.15º84.42%69.8%-
HSV(B)352.15º53.5%95.29%-
XYZ46.932.4824.92-
YUV153.81114.57191.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50%
GREEN value IS 113 (44.53% from 255) = 23.25%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=50%
G=23.25%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311313000.530.470.05352.1584.4269.8
HexF371820352F51605446
Octal363161202065575540124106
Binary11110011111000110000010011010110111110110110000010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37182; }

 p { color: rgb(243,113,130); }

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

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

 a { background-color: rgb(243,113,130); }

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

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

 span { border-color: rgb(243,113,130); }

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