Shades of Brilliant Rose #F943B5
Tints of Brilliant Rose #F943B5
RGB
CMYK
RGB Variations
Color information
#F943B5 (or 0xF943B5) is known color: Brilliant Rose. HEX triplet: F9, 43 and B5. RGB value is (249,67,181). Sum of RGB (Red+Green+Blue) = 249+67+181=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 67 (26.56% from 255 or 13.48% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F943B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F943B5 is #06BC4A. Grayscale: #868686. Windows color (decimal): -441419 or 11879417. OLE color: 11879417.
HSL color Cylindrical-coordinate representation of color #F943B5: hue angle of 322.42º 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 #F943B5 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 181 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.02 |
| HSL | 322.42º | 0.94% | 0.62% | - |
| HSV(B) | 322.42º | 0.73% | 0.98% | - |
| XYZ | 49.41 | 27.49 | 46.42 | - |
| YUV | 134.41 | 154.3 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 181 | 0 | 0.73 | 0.27 | 0.02 | 322.42 | 0.94 | 0.62 |
| Hex | F9 | 43 | B5 | 0 | 49 | 1B | 2 | 142 | 5E | 3E |
| Octal | 371 | 103 | 265 | 0 | 111 | 33 | 2 | 502 | 136 | 76 |
| Binary | 11111001 | 1000011 | 10110101 | 0 | 1001001 | 11011 | 10 | 101000010 | 1011110 | 111110 |
Color Harmonies of #F943B5
Complementary color
Monochromatic Colors of #F943B5
Black with #F943B5
Text Example
Text Example
White with #F943B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F943B5; }
p { color: rgb(249,67,181); }
H1.HeaderClassName
{
color: #F943B5;
}
.AnyTagClassName
{
color: #F943B5;
}
</style>
background-color css
<style>
a { background-color: #F943B5; }
a { background-color: rgb(249,67,181); }
div.DivClassName
{
background-color: #F943B5;
}
.BgClassName
{
background-color: #F943B5;
}
</style>
border-color css
<style>
span { border-color: #F943B5; }
span { border-color: rgb(249,67,181); }
td.TdClassName
{
border-color: #F943B5;
}
.TagClassName
{
border-color: #F943B5;
}
</style>