Shades of Brilliant Rose #F058A8
Tints of Brilliant Rose #F058A8
RGB
CMYK
RGB Variations
Color information
#F058A8 (or 0xF058A8) is known color: Brilliant Rose. HEX triplet: F0, 58 and A8. RGB value is (240,88,168). Sum of RGB (Red+Green+Blue) = 240+88+168=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F058A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F058A8 is #0FA757. Grayscale: #8E8E8E. Windows color (decimal): -1025880 or 11032816. OLE color: 11032816.
HSL color Cylindrical-coordinate representation of color #F058A8: hue angle of 328.42º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F058A8 is Cyan = 0, Magento = 0.63, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 168 | - |
| CMYK | 0 | 0.63 | 0.3 | 0.06 |
| HSL | 328.42º | 0.84% | 0.64% | - |
| HSV(B) | 328.42º | 0.63% | 0.94% | - |
| XYZ | 46.49 | 28.33 | 40.06 | - |
| YUV | 142.57 | 142.36 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 168 | 0 | 0.63 | 0.3 | 0.06 | 328.42 | 0.84 | 0.64 |
| Hex | F0 | 58 | A8 | 0 | 3F | 1E | 6 | 148 | 54 | 40 |
| Octal | 360 | 130 | 250 | 0 | 77 | 36 | 6 | 510 | 124 | 100 |
| Binary | 11110000 | 1011000 | 10101000 | 0 | 111111 | 11110 | 110 | 101001000 | 1010100 | 1000000 |
Color Harmonies of #F058A8
Complementary color
Monochromatic Colors of #F058A8
Black with #F058A8
Text Example
Text Example
White with #F058A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F058A8; }
p { color: rgb(240,88,168); }
H1.HeaderClassName
{
color: #F058A8;
}
.AnyTagClassName
{
color: #F058A8;
}
</style>
background-color css
<style>
a { background-color: #F058A8; }
a { background-color: rgb(240,88,168); }
div.DivClassName
{
background-color: #F058A8;
}
.BgClassName
{
background-color: #F058A8;
}
</style>
border-color css
<style>
span { border-color: #F058A8; }
span { border-color: rgb(240,88,168); }
td.TdClassName
{
border-color: #F058A8;
}
.TagClassName
{
border-color: #F058A8;
}
</style>