Shades of Brink Pink #F3608F
Tints of Brink Pink #F3608F
RGB
CMYK
RGB Variations
Color information
#F3608F (or 0xF3608F) is known color: Brink Pink. HEX triplet: F3, 60 and 8F. RGB value is (243,96,143). Sum of RGB (Red+Green+Blue) = 243+96+143=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F3608F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3608F is #0C9F70. Grayscale: #919191. Windows color (decimal): -827249 or 9396467. OLE color: 9396467.
HSL color Cylindrical-coordinate representation of color #F3608F: hue angle of 340.82º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F3608F is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 143 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.05 |
| HSL | 340.82º | 0.86% | 0.66% | - |
| HSV(B) | 340.82º | 0.6% | 0.95% | - |
| XYZ | 46.1 | 29.4 | 29.23 | - |
| YUV | 145.31 | 126.7 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 143 | 0 | 0.60 | 0.41 | 0.05 | 340.82 | 0.86 | 0.66 |
| Hex | F3 | 60 | 8F | 0 | 3C | 29 | 5 | 155 | 56 | 42 |
| Octal | 363 | 140 | 217 | 0 | 74 | 51 | 5 | 525 | 126 | 102 |
| Binary | 11110011 | 1100000 | 10001111 | 0 | 111100 | 101001 | 101 | 101010101 | 1010110 | 1000010 |
Color Harmonies of #F3608F
Complementary color
Monochromatic Colors of #F3608F
Black with #F3608F
Text Example
Text Example
White with #F3608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3608F; }
p { color: rgb(243,96,143); }
H1.HeaderClassName
{
color: #F3608F;
}
.AnyTagClassName
{
color: #F3608F;
}
</style>
background-color css
<style>
a { background-color: #F3608F; }
a { background-color: rgb(243,96,143); }
div.DivClassName
{
background-color: #F3608F;
}
.BgClassName
{
background-color: #F3608F;
}
</style>
border-color css
<style>
span { border-color: #F3608F; }
span { border-color: rgb(243,96,143); }
td.TdClassName
{
border-color: #F3608F;
}
.TagClassName
{
border-color: #F3608F;
}
</style>