Shades of Brilliant Rose #F05DAA
Tints of Brilliant Rose #F05DAA
RGB
CMYK
RGB Variations
Color information
#F05DAA (or 0xF05DAA) is known color: Brilliant Rose. HEX triplet: F0, 5D and AA. RGB value is (240,93,170). Sum of RGB (Red+Green+Blue) = 240+93+170=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05DAA is #0FA255. Grayscale: #919191. Windows color (decimal): -1024598 or 11165168. OLE color: 11165168.
HSL color Cylindrical-coordinate representation of color #F05DAA: hue angle of 328.57º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05DAA is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 170 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.06 |
| HSL | 328.57º | 0.83% | 0.65% | - |
| HSV(B) | 328.57º | 0.61% | 0.94% | - |
| XYZ | 47.11 | 29.26 | 41.19 | - |
| YUV | 145.73 | 141.7 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 170 | 0 | 0.61 | 0.29 | 0.06 | 328.57 | 0.83 | 0.65 |
| Hex | F0 | 5D | AA | 0 | 3D | 1D | 6 | 149 | 53 | 41 |
| Octal | 360 | 135 | 252 | 0 | 75 | 35 | 6 | 511 | 123 | 101 |
| Binary | 11110000 | 1011101 | 10101010 | 0 | 111101 | 11101 | 110 | 101001001 | 1010011 | 1000001 |
Color Harmonies of #F05DAA
Complementary color
Monochromatic Colors of #F05DAA
Black with #F05DAA
Text Example
Text Example
White with #F05DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05DAA; }
p { color: rgb(240,93,170); }
H1.HeaderClassName
{
color: #F05DAA;
}
.AnyTagClassName
{
color: #F05DAA;
}
</style>
background-color css
<style>
a { background-color: #F05DAA; }
a { background-color: rgb(240,93,170); }
div.DivClassName
{
background-color: #F05DAA;
}
.BgClassName
{
background-color: #F05DAA;
}
</style>
border-color css
<style>
span { border-color: #F05DAA; }
span { border-color: rgb(240,93,170); }
td.TdClassName
{
border-color: #F05DAA;
}
.TagClassName
{
border-color: #F05DAA;
}
</style>