Shades of Brilliant Rose #F451A3
Tints of Brilliant Rose #F451A3
RGB
CMYK
RGB Variations
Color information
#F451A3 (or 0xF451A3) is known color: Brilliant Rose. HEX triplet: F4, 51 and A3. RGB value is (244,81,163). Sum of RGB (Red+Green+Blue) = 244+81+163=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F451A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F451A3 is #0BAE5C. Grayscale: #8A8A8A. Windows color (decimal): -765533 or 10703348. OLE color: 10703348.
HSL color Cylindrical-coordinate representation of color #F451A3: hue angle of 329.82º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F451A3 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 163 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.04 |
| HSL | 329.82º | 0.88% | 0.64% | - |
| HSV(B) | 329.82º | 0.67% | 0.96% | - |
| XYZ | 46.86 | 27.76 | 37.54 | - |
| YUV | 139.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 163 | 0 | 0.67 | 0.33 | 0.04 | 329.82 | 0.88 | 0.64 |
| Hex | F4 | 51 | A3 | 0 | 43 | 21 | 4 | 14A | 58 | 40 |
| Octal | 364 | 121 | 243 | 0 | 103 | 41 | 4 | 512 | 130 | 100 |
| Binary | 11110100 | 1010001 | 10100011 | 0 | 1000011 | 100001 | 100 | 101001010 | 1011000 | 1000000 |
Color Harmonies of #F451A3
Complementary color
Monochromatic Colors of #F451A3
Black with #F451A3
Text Example
Text Example
White with #F451A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F451A3; }
p { color: rgb(244,81,163); }
H1.HeaderClassName
{
color: #F451A3;
}
.AnyTagClassName
{
color: #F451A3;
}
</style>
background-color css
<style>
a { background-color: #F451A3; }
a { background-color: rgb(244,81,163); }
div.DivClassName
{
background-color: #F451A3;
}
.BgClassName
{
background-color: #F451A3;
}
</style>
border-color css
<style>
span { border-color: #F451A3; }
span { border-color: rgb(244,81,163); }
td.TdClassName
{
border-color: #F451A3;
}
.TagClassName
{
border-color: #F451A3;
}
</style>