Shades of Brink Pink #F3607B
Tints of Brink Pink #F3607B
RGB
CMYK
RGB Variations
Color information
#F3607B (or 0xF3607B) is known color: Brink Pink. HEX triplet: F3, 60 and 7B. RGB value is (243,96,123). Sum of RGB (Red+Green+Blue) = 243+96+123=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F3607B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3607B is #0C9F84. Grayscale: #8F8F8F. Windows color (decimal): -827269 or 8085747. OLE color: 8085747.
HSL color Cylindrical-coordinate representation of color #F3607B: hue angle of 348.98º 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 #F3607B is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 123 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.05 |
| HSL | 348.98º | 0.86% | 0.66% | - |
| HSV(B) | 348.98º | 0.6% | 0.95% | - |
| XYZ | 44.72 | 28.85 | 21.95 | - |
| YUV | 143.03 | 116.7 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 123 | 0 | 0.60 | 0.49 | 0.05 | 348.98 | 0.86 | 0.66 |
| Hex | F3 | 60 | 7B | 0 | 3C | 31 | 5 | 15D | 56 | 42 |
| Octal | 363 | 140 | 173 | 0 | 74 | 61 | 5 | 535 | 126 | 102 |
| Binary | 11110011 | 1100000 | 1111011 | 0 | 111100 | 110001 | 101 | 101011101 | 1010110 | 1000010 |
Color Harmonies of #F3607B
Complementary color
Monochromatic Colors of #F3607B
Black with #F3607B
Text Example
Text Example
White with #F3607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3607B; }
p { color: rgb(243,96,123); }
H1.HeaderClassName
{
color: #F3607B;
}
.AnyTagClassName
{
color: #F3607B;
}
</style>
background-color css
<style>
a { background-color: #F3607B; }
a { background-color: rgb(243,96,123); }
div.DivClassName
{
background-color: #F3607B;
}
.BgClassName
{
background-color: #F3607B;
}
</style>
border-color css
<style>
span { border-color: #F3607B; }
span { border-color: rgb(243,96,123); }
td.TdClassName
{
border-color: #F3607B;
}
.TagClassName
{
border-color: #F3607B;
}
</style>