Shades of Brilliant Rose #F045AB
Tints of Brilliant Rose #F045AB
RGB
CMYK
RGB Variations
Color information
#F045AB (or 0xF045AB) is known color: Brilliant Rose. HEX triplet: F0, 45 and AB. RGB value is (240,69,171). Sum of RGB (Red+Green+Blue) = 240+69+171=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F045AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F045AB is #0FBA54. Grayscale: #838383. Windows color (decimal): -1030741 or 11224560. OLE color: 11224560.
HSL color Cylindrical-coordinate representation of color #F045AB: hue angle of 324.21º 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 #F045AB is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 171 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.06 |
| HSL | 324.21º | 0.85% | 0.61% | - |
| HSV(B) | 324.21º | 0.71% | 0.94% | - |
| XYZ | 45.41 | 25.72 | 41.1 | - |
| YUV | 131.76 | 150.15 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 171 | 0 | 0.71 | 0.29 | 0.06 | 324.21 | 0.85 | 0.61 |
| Hex | F0 | 45 | AB | 0 | 47 | 1D | 6 | 144 | 55 | 3D |
| Octal | 360 | 105 | 253 | 0 | 107 | 35 | 6 | 504 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10101011 | 0 | 1000111 | 11101 | 110 | 101000100 | 1010101 | 111101 |
Color Harmonies of #F045AB
Complementary color
Monochromatic Colors of #F045AB
Black with #F045AB
Text Example
Text Example
White with #F045AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F045AB; }
p { color: rgb(240,69,171); }
H1.HeaderClassName
{
color: #F045AB;
}
.AnyTagClassName
{
color: #F045AB;
}
</style>
background-color css
<style>
a { background-color: #F045AB; }
a { background-color: rgb(240,69,171); }
div.DivClassName
{
background-color: #F045AB;
}
.BgClassName
{
background-color: #F045AB;
}
</style>
border-color css
<style>
span { border-color: #F045AB; }
span { border-color: rgb(240,69,171); }
td.TdClassName
{
border-color: #F045AB;
}
.TagClassName
{
border-color: #F045AB;
}
</style>