Shades of Brink Pink #F3648C
Tints of Brink Pink #F3648C
RGB
CMYK
RGB Variations
Color information
#F3648C (or 0xF3648C) is known color: Brink Pink. HEX triplet: F3, 64 and 8C. RGB value is (243,100,140). Sum of RGB (Red+Green+Blue) = 243+100+140=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F3648C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3648C is #0C9B73. Grayscale: #939393. Windows color (decimal): -826228 or 9200883. OLE color: 9200883.
HSL color Cylindrical-coordinate representation of color #F3648C: hue angle of 343.22º 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 #F3648C is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 140 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.05 |
| HSL | 343.22º | 0.86% | 0.67% | - |
| HSV(B) | 343.22º | 0.59% | 0.95% | - |
| XYZ | 46.25 | 30.06 | 28.18 | - |
| YUV | 147.32 | 123.88 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 140 | 0 | 0.59 | 0.42 | 0.05 | 343.22 | 0.86 | 0.67 |
| Hex | F3 | 64 | 8C | 0 | 3B | 2A | 5 | 157 | 56 | 43 |
| Octal | 363 | 144 | 214 | 0 | 73 | 52 | 5 | 527 | 126 | 103 |
| Binary | 11110011 | 1100100 | 10001100 | 0 | 111011 | 101010 | 101 | 101010111 | 1010110 | 1000011 |
Color Harmonies of #F3648C
Complementary color
Monochromatic Colors of #F3648C
Black with #F3648C
Text Example
Text Example
White with #F3648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3648C; }
p { color: rgb(243,100,140); }
H1.HeaderClassName
{
color: #F3648C;
}
.AnyTagClassName
{
color: #F3648C;
}
</style>
background-color css
<style>
a { background-color: #F3648C; }
a { background-color: rgb(243,100,140); }
div.DivClassName
{
background-color: #F3648C;
}
.BgClassName
{
background-color: #F3648C;
}
</style>
border-color css
<style>
span { border-color: #F3648C; }
span { border-color: rgb(243,100,140); }
td.TdClassName
{
border-color: #F3648C;
}
.TagClassName
{
border-color: #F3648C;
}
</style>