Shades of Brilliant Rose #F35AAA
Tints of Brilliant Rose #F35AAA
RGB
CMYK
RGB Variations
Color information
#F35AAA (or 0xF35AAA) is known color: Brilliant Rose. HEX triplet: F3, 5A and AA. RGB value is (243,90,170). Sum of RGB (Red+Green+Blue) = 243+90+170=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F35AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35AAA is #0CA555. Grayscale: #909090. Windows color (decimal): -828758 or 11164403. OLE color: 11164403.
HSL color Cylindrical-coordinate representation of color #F35AAA: hue angle of 328.63º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F35AAA is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 90 | 170 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.05 |
| HSL | 328.63º | 0.86% | 0.65% | - |
| HSV(B) | 328.63º | 0.63% | 0.95% | - |
| XYZ | 47.87 | 29.27 | 41.16 | - |
| YUV | 144.87 | 142.19 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 90 | 170 | 0 | 0.63 | 0.30 | 0.05 | 328.63 | 0.86 | 0.65 |
| Hex | F3 | 5A | AA | 0 | 3F | 1E | 5 | 149 | 56 | 41 |
| Octal | 363 | 132 | 252 | 0 | 77 | 36 | 5 | 511 | 126 | 101 |
| Binary | 11110011 | 1011010 | 10101010 | 0 | 111111 | 11110 | 101 | 101001001 | 1010110 | 1000001 |
Color Harmonies of #F35AAA
Complementary color
Monochromatic Colors of #F35AAA
Black with #F35AAA
Text Example
Text Example
White with #F35AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35AAA; }
p { color: rgb(243,90,170); }
H1.HeaderClassName
{
color: #F35AAA;
}
.AnyTagClassName
{
color: #F35AAA;
}
</style>
background-color css
<style>
a { background-color: #F35AAA; }
a { background-color: rgb(243,90,170); }
div.DivClassName
{
background-color: #F35AAA;
}
.BgClassName
{
background-color: #F35AAA;
}
</style>
border-color css
<style>
span { border-color: #F35AAA; }
span { border-color: rgb(243,90,170); }
td.TdClassName
{
border-color: #F35AAA;
}
.TagClassName
{
border-color: #F35AAA;
}
</style>