Shades of Brilliant Rose #F355AB
Tints of Brilliant Rose #F355AB
RGB
CMYK
RGB Variations
Color information
#F355AB (or 0xF355AB) is known color: Brilliant Rose. HEX triplet: F3, 55 and AB. RGB value is (243,85,171). Sum of RGB (Red+Green+Blue) = 243+85+171=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F355AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F355AB is #0CAA54. Grayscale: #8D8D8D. Windows color (decimal): -830037 or 11228659. OLE color: 11228659.
HSL color Cylindrical-coordinate representation of color #F355AB: hue angle of 327.34º 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 #F355AB is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 85 | 171 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.05 |
| HSL | 327.34º | 0.87% | 0.64% | - |
| HSV(B) | 327.34º | 0.65% | 0.95% | - |
| XYZ | 47.56 | 28.49 | 41.52 | - |
| YUV | 142.05 | 144.35 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 171 | 0 | 0.65 | 0.30 | 0.05 | 327.34 | 0.87 | 0.64 |
| Hex | F3 | 55 | AB | 0 | 41 | 1E | 5 | 147 | 57 | 40 |
| Octal | 363 | 125 | 253 | 0 | 101 | 36 | 5 | 507 | 127 | 100 |
| Binary | 11110011 | 1010101 | 10101011 | 0 | 1000001 | 11110 | 101 | 101000111 | 1010111 | 1000000 |
Color Harmonies of #F355AB
Complementary color
Monochromatic Colors of #F355AB
Black with #F355AB
Text Example
Text Example
White with #F355AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F355AB; }
p { color: rgb(243,85,171); }
H1.HeaderClassName
{
color: #F355AB;
}
.AnyTagClassName
{
color: #F355AB;
}
</style>
background-color css
<style>
a { background-color: #F355AB; }
a { background-color: rgb(243,85,171); }
div.DivClassName
{
background-color: #F355AB;
}
.BgClassName
{
background-color: #F355AB;
}
</style>
border-color css
<style>
span { border-color: #F355AB; }
span { border-color: rgb(243,85,171); }
td.TdClassName
{
border-color: #F355AB;
}
.TagClassName
{
border-color: #F355AB;
}
</style>