Shades of Brilliant Rose #F943A6
Tints of Brilliant Rose #F943A6
RGB
CMYK
RGB Variations
Color information
#F943A6 (or 0xF943A6) is known color: Brilliant Rose. HEX triplet: F9, 43 and A6. RGB value is (249,67,166). Sum of RGB (Red+Green+Blue) = 249+67+166=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 67 (26.56% from 255 or 13.90% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F943A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F943A6 is #06BC59. Grayscale: #848484. Windows color (decimal): -441434 or 10896377. OLE color: 10896377.
HSL color Cylindrical-coordinate representation of color #F943A6: hue angle of 327.36º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F943A6 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 166 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.02 |
| HSL | 327.36º | 0.94% | 0.62% | - |
| HSV(B) | 327.36º | 0.73% | 0.98% | - |
| XYZ | 47.96 | 26.91 | 38.74 | - |
| YUV | 132.7 | 146.8 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 166 | 0 | 0.73 | 0.33 | 0.02 | 327.36 | 0.94 | 0.62 |
| Hex | F9 | 43 | A6 | 0 | 49 | 21 | 2 | 147 | 5E | 3E |
| Octal | 371 | 103 | 246 | 0 | 111 | 41 | 2 | 507 | 136 | 76 |
| Binary | 11111001 | 1000011 | 10100110 | 0 | 1001001 | 100001 | 10 | 101000111 | 1011110 | 111110 |
Color Harmonies of #F943A6
Complementary color
Monochromatic Colors of #F943A6
Black with #F943A6
Text Example
Text Example
White with #F943A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F943A6; }
p { color: rgb(249,67,166); }
H1.HeaderClassName
{
color: #F943A6;
}
.AnyTagClassName
{
color: #F943A6;
}
</style>
background-color css
<style>
a { background-color: #F943A6; }
a { background-color: rgb(249,67,166); }
div.DivClassName
{
background-color: #F943A6;
}
.BgClassName
{
background-color: #F943A6;
}
</style>
border-color css
<style>
span { border-color: #F943A6; }
span { border-color: rgb(249,67,166); }
td.TdClassName
{
border-color: #F943A6;
}
.TagClassName
{
border-color: #F943A6;
}
</style>