Shades of Brink Pink #F36283
Tints of Brink Pink #F36283
RGB
CMYK
RGB Variations
Color information
#F36283 (or 0xF36283) is known color: Brink Pink. HEX triplet: F3, 62 and 83. RGB value is (243,98,131). Sum of RGB (Red+Green+Blue) = 243+98+131=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F36283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36283 is #0C9D7C. Grayscale: #919191. Windows color (decimal): -826749 or 8610547. OLE color: 8610547.
HSL color Cylindrical-coordinate representation of color #F36283: hue angle of 346.34º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F36283 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 98 | 131 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.05 |
| HSL | 346.34º | 0.86% | 0.67% | - |
| HSV(B) | 346.34º | 0.6% | 0.95% | - |
| XYZ | 45.43 | 29.43 | 24.76 | - |
| YUV | 145.12 | 120.04 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 98 | 131 | 0 | 0.60 | 0.46 | 0.05 | 346.34 | 0.86 | 0.67 |
| Hex | F3 | 62 | 83 | 0 | 3C | 2E | 5 | 15A | 56 | 43 |
| Octal | 363 | 142 | 203 | 0 | 74 | 56 | 5 | 532 | 126 | 103 |
| Binary | 11110011 | 1100010 | 10000011 | 0 | 111100 | 101110 | 101 | 101011010 | 1010110 | 1000011 |
Color Harmonies of #F36283
Complementary color
Monochromatic Colors of #F36283
Black with #F36283
Text Example
Text Example
White with #F36283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36283; }
p { color: rgb(243,98,131); }
H1.HeaderClassName
{
color: #F36283;
}
.AnyTagClassName
{
color: #F36283;
}
</style>
background-color css
<style>
a { background-color: #F36283; }
a { background-color: rgb(243,98,131); }
div.DivClassName
{
background-color: #F36283;
}
.BgClassName
{
background-color: #F36283;
}
</style>
border-color css
<style>
span { border-color: #F36283; }
span { border-color: rgb(243,98,131); }
td.TdClassName
{
border-color: #F36283;
}
.TagClassName
{
border-color: #F36283;
}
</style>