Shades of Brilliant Rose #F350AD
Tints of Brilliant Rose #F350AD
RGB
CMYK
RGB Variations
Color information
#F350AD (or 0xF350AD) is known color: Brilliant Rose. HEX triplet: F3, 50 and AD. RGB value is (243,80,173). Sum of RGB (Red+Green+Blue) = 243+80+173=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F350AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F350AD is #0CAF52. Grayscale: #8B8B8B. Windows color (decimal): -831315 or 11358451. OLE color: 11358451.
HSL color Cylindrical-coordinate representation of color #F350AD: hue angle of 325.77º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F350AD is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 173 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.05 |
| HSL | 325.77º | 0.87% | 0.63% | - |
| HSV(B) | 325.77º | 0.67% | 0.95% | - |
| XYZ | 47.37 | 27.81 | 42.41 | - |
| YUV | 139.34 | 147 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 173 | 0 | 0.67 | 0.29 | 0.05 | 325.77 | 0.87 | 0.63 |
| Hex | F3 | 50 | AD | 0 | 43 | 1D | 5 | 146 | 57 | 3F |
| Octal | 363 | 120 | 255 | 0 | 103 | 35 | 5 | 506 | 127 | 77 |
| Binary | 11110011 | 1010000 | 10101101 | 0 | 1000011 | 11101 | 101 | 101000110 | 1010111 | 111111 |
Color Harmonies of #F350AD
Complementary color
Monochromatic Colors of #F350AD
Black with #F350AD
Text Example
Text Example
White with #F350AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F350AD; }
p { color: rgb(243,80,173); }
H1.HeaderClassName
{
color: #F350AD;
}
.AnyTagClassName
{
color: #F350AD;
}
</style>
background-color css
<style>
a { background-color: #F350AD; }
a { background-color: rgb(243,80,173); }
div.DivClassName
{
background-color: #F350AD;
}
.BgClassName
{
background-color: #F350AD;
}
</style>
border-color css
<style>
span { border-color: #F350AD; }
span { border-color: rgb(243,80,173); }
td.TdClassName
{
border-color: #F350AD;
}
.TagClassName
{
border-color: #F350AD;
}
</style>