Shades of Brilliant Rose #F945A8
Tints of Brilliant Rose #F945A8
RGB
CMYK
RGB Variations
Color information
#F945A8 (or 0xF945A8) is known color: Brilliant Rose. HEX triplet: F9, 45 and A8. RGB value is (249,69,168). Sum of RGB (Red+Green+Blue) = 249+69+168=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F945A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F945A8 is #06BA57. Grayscale: #858585. Windows color (decimal): -440920 or 11027961. OLE color: 11027961.
HSL color Cylindrical-coordinate representation of color #F945A8: hue angle of 327º 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 #F945A8 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 168 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.02 |
| HSL | 327º | 0.94% | 0.62% | - |
| HSV(B) | 327º | 0.72% | 0.98% | - |
| XYZ | 48.26 | 27.22 | 39.76 | - |
| YUV | 134.11 | 147.13 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 168 | 0 | 0.72 | 0.33 | 0.02 | 327 | 0.94 | 0.62 |
| Hex | F9 | 45 | A8 | 0 | 48 | 21 | 2 | 147 | 5E | 3E |
| Octal | 371 | 105 | 250 | 0 | 110 | 41 | 2 | 507 | 136 | 76 |
| Binary | 11111001 | 1000101 | 10101000 | 0 | 1001000 | 100001 | 10 | 101000111 | 1011110 | 111110 |
Color Harmonies of #F945A8
Complementary color
Monochromatic Colors of #F945A8
Black with #F945A8
Text Example
Text Example
White with #F945A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F945A8; }
p { color: rgb(249,69,168); }
H1.HeaderClassName
{
color: #F945A8;
}
.AnyTagClassName
{
color: #F945A8;
}
</style>
background-color css
<style>
a { background-color: #F945A8; }
a { background-color: rgb(249,69,168); }
div.DivClassName
{
background-color: #F945A8;
}
.BgClassName
{
background-color: #F945A8;
}
</style>
border-color css
<style>
span { border-color: #F945A8; }
span { border-color: rgb(249,69,168); }
td.TdClassName
{
border-color: #F945A8;
}
.TagClassName
{
border-color: #F945A8;
}
</style>