Shades of Brilliant Rose #F045A7
Tints of Brilliant Rose #F045A7
RGB
CMYK
RGB Variations
Color information
#F045A7 (or 0xF045A7) is known color: Brilliant Rose. HEX triplet: F0, 45 and A7. RGB value is (240,69,167). Sum of RGB (Red+Green+Blue) = 240+69+167=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F045A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F045A7 is #0FBA58. Grayscale: #838383. Windows color (decimal): -1030745 or 10962416. OLE color: 10962416.
HSL color Cylindrical-coordinate representation of color #F045A7: hue angle of 325.61º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F045A7 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 167 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.06 |
| HSL | 325.61º | 0.85% | 0.61% | - |
| HSV(B) | 325.61º | 0.71% | 0.94% | - |
| XYZ | 45.04 | 25.57 | 39.12 | - |
| YUV | 131.3 | 148.15 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 167 | 0 | 0.71 | 0.30 | 0.06 | 325.61 | 0.85 | 0.61 |
| Hex | F0 | 45 | A7 | 0 | 47 | 1E | 6 | 146 | 55 | 3D |
| Octal | 360 | 105 | 247 | 0 | 107 | 36 | 6 | 506 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10100111 | 0 | 1000111 | 11110 | 110 | 101000110 | 1010101 | 111101 |
Color Harmonies of #F045A7
Complementary color
Monochromatic Colors of #F045A7
Black with #F045A7
Text Example
Text Example
White with #F045A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F045A7; }
p { color: rgb(240,69,167); }
H1.HeaderClassName
{
color: #F045A7;
}
.AnyTagClassName
{
color: #F045A7;
}
</style>
background-color css
<style>
a { background-color: #F045A7; }
a { background-color: rgb(240,69,167); }
div.DivClassName
{
background-color: #F045A7;
}
.BgClassName
{
background-color: #F045A7;
}
</style>
border-color css
<style>
span { border-color: #F045A7; }
span { border-color: rgb(240,69,167); }
td.TdClassName
{
border-color: #F045A7;
}
.TagClassName
{
border-color: #F045A7;
}
</style>