Shades of Brilliant Rose #F05CA1
Tints of Brilliant Rose #F05CA1
RGB
CMYK
RGB Variations
Color information
#F05CA1 (or 0xF05CA1) is known color: Brilliant Rose. HEX triplet: F0, 5C and A1. RGB value is (240,92,161). Sum of RGB (Red+Green+Blue) = 240+92+161=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F05CA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05CA1 is #0FA35E. Grayscale: #8F8F8F. Windows color (decimal): -1024863 or 10575088. OLE color: 10575088.
HSL color Cylindrical-coordinate representation of color #F05CA1: hue angle of 332.03º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05CA1 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 92 | 161 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.06 |
| HSL | 332.03º | 0.83% | 0.65% | - |
| HSV(B) | 332.03º | 0.62% | 0.94% | - |
| XYZ | 46.2 | 28.75 | 36.83 | - |
| YUV | 144.12 | 137.53 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 161 | 0 | 0.62 | 0.33 | 0.06 | 332.03 | 0.83 | 0.65 |
| Hex | F0 | 5C | A1 | 0 | 3E | 21 | 6 | 14C | 53 | 41 |
| Octal | 360 | 134 | 241 | 0 | 76 | 41 | 6 | 514 | 123 | 101 |
| Binary | 11110000 | 1011100 | 10100001 | 0 | 111110 | 100001 | 110 | 101001100 | 1010011 | 1000001 |
Color Harmonies of #F05CA1
Complementary color
Monochromatic Colors of #F05CA1
Black with #F05CA1
Text Example
Text Example
White with #F05CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05CA1; }
p { color: rgb(240,92,161); }
H1.HeaderClassName
{
color: #F05CA1;
}
.AnyTagClassName
{
color: #F05CA1;
}
</style>
background-color css
<style>
a { background-color: #F05CA1; }
a { background-color: rgb(240,92,161); }
div.DivClassName
{
background-color: #F05CA1;
}
.BgClassName
{
background-color: #F05CA1;
}
</style>
border-color css
<style>
span { border-color: #F05CA1; }
span { border-color: rgb(240,92,161); }
td.TdClassName
{
border-color: #F05CA1;
}
.TagClassName
{
border-color: #F05CA1;
}
</style>