Shades of Brilliant Rose #F94CAA
Tints of Brilliant Rose #F94CAA
RGB
CMYK
RGB Variations
Color information
#F94CAA (or 0xF94CAA) is known color: Brilliant Rose. HEX triplet: F9, 4C and AA. RGB value is (249,76,170). Sum of RGB (Red+Green+Blue) = 249+76+170=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94CAA is #06B355. Grayscale: #8A8A8A. Windows color (decimal): -439126 or 11160825. OLE color: 11160825.
HSL color Cylindrical-coordinate representation of color #F94CAA: hue angle of 327.4º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94CAA is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 170 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.02 |
| HSL | 327.4º | 0.94% | 0.64% | - |
| HSV(B) | 327.4º | 0.69% | 0.98% | - |
| XYZ | 48.91 | 28.21 | 40.9 | - |
| YUV | 138.44 | 145.81 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 170 | 0 | 0.69 | 0.32 | 0.02 | 327.4 | 0.94 | 0.64 |
| Hex | F9 | 4C | AA | 0 | 45 | 20 | 2 | 147 | 5E | 40 |
| Octal | 371 | 114 | 252 | 0 | 105 | 40 | 2 | 507 | 136 | 100 |
| Binary | 11111001 | 1001100 | 10101010 | 0 | 1000101 | 100000 | 10 | 101000111 | 1011110 | 1000000 |
Color Harmonies of #F94CAA
Complementary color
Monochromatic Colors of #F94CAA
Black with #F94CAA
Text Example
Text Example
White with #F94CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94CAA; }
p { color: rgb(249,76,170); }
H1.HeaderClassName
{
color: #F94CAA;
}
.AnyTagClassName
{
color: #F94CAA;
}
</style>
background-color css
<style>
a { background-color: #F94CAA; }
a { background-color: rgb(249,76,170); }
div.DivClassName
{
background-color: #F94CAA;
}
.BgClassName
{
background-color: #F94CAA;
}
</style>
border-color css
<style>
span { border-color: #F94CAA; }
span { border-color: rgb(249,76,170); }
td.TdClassName
{
border-color: #F94CAA;
}
.TagClassName
{
border-color: #F94CAA;
}
</style>