Shades of Brilliant Rose #F051AF
Tints of Brilliant Rose #F051AF
RGB
CMYK
RGB Variations
Color information
#F051AF (or 0xF051AF) is known color: Brilliant Rose. HEX triplet: F0, 51 and AF. RGB value is (240,81,175). Sum of RGB (Red+Green+Blue) = 240+81+175=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F051AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F051AF is #0FAE50. Grayscale: #8B8B8B. Windows color (decimal): -1027665 or 11489776. OLE color: 11489776.
HSL color Cylindrical-coordinate representation of color #F051AF: hue angle of 324.53º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F051AF is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 175 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.06 |
| HSL | 324.53º | 0.84% | 0.63% | - |
| HSV(B) | 324.53º | 0.66% | 0.94% | - |
| XYZ | 46.62 | 27.51 | 43.41 | - |
| YUV | 139.26 | 148.18 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 175 | 0 | 0.66 | 0.27 | 0.06 | 324.53 | 0.84 | 0.63 |
| Hex | F0 | 51 | AF | 0 | 42 | 1B | 6 | 145 | 54 | 3F |
| Octal | 360 | 121 | 257 | 0 | 102 | 33 | 6 | 505 | 124 | 77 |
| Binary | 11110000 | 1010001 | 10101111 | 0 | 1000010 | 11011 | 110 | 101000101 | 1010100 | 111111 |
Color Harmonies of #F051AF
Complementary color
Monochromatic Colors of #F051AF
Black with #F051AF
Text Example
Text Example
White with #F051AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051AF; }
p { color: rgb(240,81,175); }
H1.HeaderClassName
{
color: #F051AF;
}
.AnyTagClassName
{
color: #F051AF;
}
</style>
background-color css
<style>
a { background-color: #F051AF; }
a { background-color: rgb(240,81,175); }
div.DivClassName
{
background-color: #F051AF;
}
.BgClassName
{
background-color: #F051AF;
}
</style>
border-color css
<style>
span { border-color: #F051AF; }
span { border-color: rgb(240,81,175); }
td.TdClassName
{
border-color: #F051AF;
}
.TagClassName
{
border-color: #F051AF;
}
</style>