Shades of Brilliant Rose #F355AF
Tints of Brilliant Rose #F355AF
RGB
CMYK
RGB Variations
Color information
#F355AF (or 0xF355AF) is known color: Brilliant Rose. HEX triplet: F3, 55 and AF. RGB value is (243,85,175). Sum of RGB (Red+Green+Blue) = 243+85+175=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F355AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F355AF is #0CAA50. Grayscale: #8E8E8E. Windows color (decimal): -830033 or 11490803. OLE color: 11490803.
HSL color Cylindrical-coordinate representation of color #F355AF: hue angle of 325.82º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F355AF is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 85 | 175 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.05 |
| HSL | 325.82º | 0.87% | 0.64% | - |
| HSV(B) | 325.82º | 0.65% | 0.95% | - |
| XYZ | 47.95 | 28.65 | 43.56 | - |
| YUV | 142.5 | 146.35 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 175 | 0 | 0.65 | 0.28 | 0.05 | 325.82 | 0.87 | 0.64 |
| Hex | F3 | 55 | AF | 0 | 41 | 1C | 5 | 146 | 57 | 40 |
| Octal | 363 | 125 | 257 | 0 | 101 | 34 | 5 | 506 | 127 | 100 |
| Binary | 11110011 | 1010101 | 10101111 | 0 | 1000001 | 11100 | 101 | 101000110 | 1010111 | 1000000 |
Color Harmonies of #F355AF
Complementary color
Monochromatic Colors of #F355AF
Black with #F355AF
Text Example
Text Example
White with #F355AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F355AF; }
p { color: rgb(243,85,175); }
H1.HeaderClassName
{
color: #F355AF;
}
.AnyTagClassName
{
color: #F355AF;
}
</style>
background-color css
<style>
a { background-color: #F355AF; }
a { background-color: rgb(243,85,175); }
div.DivClassName
{
background-color: #F355AF;
}
.BgClassName
{
background-color: #F355AF;
}
</style>
border-color css
<style>
span { border-color: #F355AF; }
span { border-color: rgb(243,85,175); }
td.TdClassName
{
border-color: #F355AF;
}
.TagClassName
{
border-color: #F355AF;
}
</style>