Shades of Brilliant Rose #F351AA
Tints of Brilliant Rose #F351AA
RGB
CMYK
RGB Variations
Color information
#F351AA (or 0xF351AA) is known color: Brilliant Rose. HEX triplet: F3, 51 and AA. RGB value is (243,81,170). Sum of RGB (Red+Green+Blue) = 243+81+170=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F351AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F351AA is #0CAE55. Grayscale: #8B8B8B. Windows color (decimal): -831062 or 11162099. OLE color: 11162099.
HSL color Cylindrical-coordinate representation of color #F351AA: hue angle of 327.04º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F351AA is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 81 | 170 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.05 |
| HSL | 327.04º | 0.87% | 0.64% | - |
| HSV(B) | 327.04º | 0.67% | 0.95% | - |
| XYZ | 47.16 | 27.84 | 40.92 | - |
| YUV | 139.58 | 145.17 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 170 | 0 | 0.67 | 0.30 | 0.05 | 327.04 | 0.87 | 0.64 |
| Hex | F3 | 51 | AA | 0 | 43 | 1E | 5 | 147 | 57 | 40 |
| Octal | 363 | 121 | 252 | 0 | 103 | 36 | 5 | 507 | 127 | 100 |
| Binary | 11110011 | 1010001 | 10101010 | 0 | 1000011 | 11110 | 101 | 101000111 | 1010111 | 1000000 |
Color Harmonies of #F351AA
Complementary color
Monochromatic Colors of #F351AA
Black with #F351AA
Text Example
Text Example
White with #F351AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F351AA; }
p { color: rgb(243,81,170); }
H1.HeaderClassName
{
color: #F351AA;
}
.AnyTagClassName
{
color: #F351AA;
}
</style>
background-color css
<style>
a { background-color: #F351AA; }
a { background-color: rgb(243,81,170); }
div.DivClassName
{
background-color: #F351AA;
}
.BgClassName
{
background-color: #F351AA;
}
</style>
border-color css
<style>
span { border-color: #F351AA; }
span { border-color: rgb(243,81,170); }
td.TdClassName
{
border-color: #F351AA;
}
.TagClassName
{
border-color: #F351AA;
}
</style>