Shades of Brink Pink #F36483
Tints of Brink Pink #F36483
RGB
CMYK
RGB Variations
Color information
#F36483 (or 0xF36483) is known color: Brink Pink. HEX triplet: F3, 64 and 83. RGB value is (243,100,131). Sum of RGB (Red+Green+Blue) = 243+100+131=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F36483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36483 is #0C9B7C. Grayscale: #929292. Windows color (decimal): -826237 or 8611059. OLE color: 8611059.
HSL color Cylindrical-coordinate representation of color #F36483: hue angle of 346.99º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F36483 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 131 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.05 |
| HSL | 346.99º | 0.86% | 0.67% | - |
| HSV(B) | 346.99º | 0.59% | 0.95% | - |
| XYZ | 45.62 | 29.81 | 24.82 | - |
| YUV | 146.29 | 119.38 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 131 | 0 | 0.59 | 0.46 | 0.05 | 346.99 | 0.86 | 0.67 |
| Hex | F3 | 64 | 83 | 0 | 3B | 2E | 5 | 15B | 56 | 43 |
| Octal | 363 | 144 | 203 | 0 | 73 | 56 | 5 | 533 | 126 | 103 |
| Binary | 11110011 | 1100100 | 10000011 | 0 | 111011 | 101110 | 101 | 101011011 | 1010110 | 1000011 |
Color Harmonies of #F36483
Complementary color
Monochromatic Colors of #F36483
Black with #F36483
Text Example
Text Example
White with #F36483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36483; }
p { color: rgb(243,100,131); }
H1.HeaderClassName
{
color: #F36483;
}
.AnyTagClassName
{
color: #F36483;
}
</style>
background-color css
<style>
a { background-color: #F36483; }
a { background-color: rgb(243,100,131); }
div.DivClassName
{
background-color: #F36483;
}
.BgClassName
{
background-color: #F36483;
}
</style>
border-color css
<style>
span { border-color: #F36483; }
span { border-color: rgb(243,100,131); }
td.TdClassName
{
border-color: #F36483;
}
.TagClassName
{
border-color: #F36483;
}
</style>