Shades of Brilliant Rose #F358AB
Tints of Brilliant Rose #F358AB
RGB
CMYK
RGB Variations
Color information
#F358AB (or 0xF358AB) is known color: Brilliant Rose. HEX triplet: F3, 58 and AB. RGB value is (243,88,171). Sum of RGB (Red+Green+Blue) = 243+88+171=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F358AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F358AB is #0CA754. Grayscale: #8F8F8F. Windows color (decimal): -829269 or 11229427. OLE color: 11229427.
HSL color Cylindrical-coordinate representation of color #F358AB: hue angle of 327.87º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F358AB is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 171 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.05 |
| HSL | 327.87º | 0.87% | 0.65% | - |
| HSV(B) | 327.87º | 0.64% | 0.95% | - |
| XYZ | 47.8 | 28.97 | 41.6 | - |
| YUV | 143.81 | 143.35 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 171 | 0 | 0.64 | 0.30 | 0.05 | 327.87 | 0.87 | 0.65 |
| Hex | F3 | 58 | AB | 0 | 40 | 1E | 5 | 148 | 57 | 41 |
| Octal | 363 | 130 | 253 | 0 | 100 | 36 | 5 | 510 | 127 | 101 |
| Binary | 11110011 | 1011000 | 10101011 | 0 | 1000000 | 11110 | 101 | 101001000 | 1010111 | 1000001 |
Color Harmonies of #F358AB
Complementary color
Monochromatic Colors of #F358AB
Black with #F358AB
Text Example
Text Example
White with #F358AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F358AB; }
p { color: rgb(243,88,171); }
H1.HeaderClassName
{
color: #F358AB;
}
.AnyTagClassName
{
color: #F358AB;
}
</style>
background-color css
<style>
a { background-color: #F358AB; }
a { background-color: rgb(243,88,171); }
div.DivClassName
{
background-color: #F358AB;
}
.BgClassName
{
background-color: #F358AB;
}
</style>
border-color css
<style>
span { border-color: #F358AB; }
span { border-color: rgb(243,88,171); }
td.TdClassName
{
border-color: #F358AB;
}
.TagClassName
{
border-color: #F358AB;
}
</style>