Shades of Brilliant Rose #F945B2
Tints of Brilliant Rose #F945B2
RGB
CMYK
RGB Variations
Color information
#F945B2 (or 0xF945B2) is known color: Brilliant Rose. HEX triplet: F9, 45 and B2. RGB value is (249,69,178). Sum of RGB (Red+Green+Blue) = 249+69+178=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 69 (27.34% from 255 or 13.91% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F945B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F945B2 is #06BA4D. Grayscale: #868686. Windows color (decimal): -440910 or 11683321. OLE color: 11683321.
HSL color Cylindrical-coordinate representation of color #F945B2: hue angle of 323.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F945B2 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 178 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.02 |
| HSL | 323.67º | 0.94% | 0.62% | - |
| HSV(B) | 323.67º | 0.72% | 0.98% | - |
| XYZ | 49.23 | 27.61 | 44.85 | - |
| YUV | 135.25 | 152.13 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 178 | 0 | 0.72 | 0.29 | 0.02 | 323.67 | 0.94 | 0.62 |
| Hex | F9 | 45 | B2 | 0 | 48 | 1D | 2 | 144 | 5E | 3E |
| Octal | 371 | 105 | 262 | 0 | 110 | 35 | 2 | 504 | 136 | 76 |
| Binary | 11111001 | 1000101 | 10110010 | 0 | 1001000 | 11101 | 10 | 101000100 | 1011110 | 111110 |
Color Harmonies of #F945B2
Complementary color
Monochromatic Colors of #F945B2
Black with #F945B2
Text Example
Text Example
White with #F945B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F945B2; }
p { color: rgb(249,69,178); }
H1.HeaderClassName
{
color: #F945B2;
}
.AnyTagClassName
{
color: #F945B2;
}
</style>
background-color css
<style>
a { background-color: #F945B2; }
a { background-color: rgb(249,69,178); }
div.DivClassName
{
background-color: #F945B2;
}
.BgClassName
{
background-color: #F945B2;
}
</style>
border-color css
<style>
span { border-color: #F945B2; }
span { border-color: rgb(249,69,178); }
td.TdClassName
{
border-color: #F945B2;
}
.TagClassName
{
border-color: #F945B2;
}
</style>