Shades of Brilliant Rose #F045AF
Tints of Brilliant Rose #F045AF
RGB
CMYK
RGB Variations
Color information
#F045AF (or 0xF045AF) is known color: Brilliant Rose. HEX triplet: F0, 45 and AF. RGB value is (240,69,175). Sum of RGB (Red+Green+Blue) = 240+69+175=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F045AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F045AF is #0FBA50. Grayscale: #838383. Windows color (decimal): -1030737 or 11486704. OLE color: 11486704.
HSL color Cylindrical-coordinate representation of color #F045AF: hue angle of 322.81º 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 #F045AF is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 175 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.06 |
| HSL | 322.81º | 0.85% | 0.61% | - |
| HSV(B) | 322.81º | 0.71% | 0.94% | - |
| XYZ | 45.8 | 25.88 | 43.14 | - |
| YUV | 132.21 | 152.15 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 175 | 0 | 0.71 | 0.27 | 0.06 | 322.81 | 0.85 | 0.61 |
| Hex | F0 | 45 | AF | 0 | 47 | 1B | 6 | 143 | 55 | 3D |
| Octal | 360 | 105 | 257 | 0 | 107 | 33 | 6 | 503 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10101111 | 0 | 1000111 | 11011 | 110 | 101000011 | 1010101 | 111101 |
Color Harmonies of #F045AF
Complementary color
Monochromatic Colors of #F045AF
Black with #F045AF
Text Example
Text Example
White with #F045AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F045AF; }
p { color: rgb(240,69,175); }
H1.HeaderClassName
{
color: #F045AF;
}
.AnyTagClassName
{
color: #F045AF;
}
</style>
background-color css
<style>
a { background-color: #F045AF; }
a { background-color: rgb(240,69,175); }
div.DivClassName
{
background-color: #F045AF;
}
.BgClassName
{
background-color: #F045AF;
}
</style>
border-color css
<style>
span { border-color: #F045AF; }
span { border-color: rgb(240,69,175); }
td.TdClassName
{
border-color: #F045AF;
}
.TagClassName
{
border-color: #F045AF;
}
</style>