#F36882

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

Shades of Brink Pink #F36882

Tints of Brink Pink #F36882

Color information

#F36882 (or 0xF36882) is unknown color: approx Brink Pink. HEX triplet: F3, 68 and 82. RGB value is (243,104,130). Sum of RGB (Red+Green+Blue) = 243+104+130=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F36882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36882 is #0C977D. Grayscale: #949494. Windows color (decimal): -825214 or 8546547. OLE color: 8546547.

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

Color convert

RGB243104130-
CMYK00.570.470.05
HSL348.78º85.28%68.04%-
HSV(B)348.78º57.2%95.29%-
XYZ45.9430.5724.6-
YUV148.52117.55195.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.94%
GREEN value IS 104 (41.02% from 255) = 21.80%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=50.94%
G=21.80%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310413000.570.470.05348.7885.2868.04
HexF368820392F515d5544
Octal363150202071575535125104
Binary11110011110100010000010011100110111110110101110110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F36882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F36882; }

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

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

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

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

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

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

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

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