Shades of Brilliant Rose #F047AF
Tints of Brilliant Rose #F047AF
RGB
CMYK
RGB Variations
Color information
#F047AF (or 0xF047AF) is known color: Brilliant Rose. HEX triplet: F0, 47 and AF. RGB value is (240,71,175). Sum of RGB (Red+Green+Blue) = 240+71+175=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F047AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F047AF is #0FB850. Grayscale: #858585. Windows color (decimal): -1030225 or 11487216. OLE color: 11487216.
HSL color Cylindrical-coordinate representation of color #F047AF: hue angle of 323.08º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F047AF is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 175 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.06 |
| HSL | 323.08º | 0.85% | 0.61% | - |
| HSV(B) | 323.08º | 0.7% | 0.94% | - |
| XYZ | 45.93 | 26.13 | 43.18 | - |
| YUV | 133.39 | 151.49 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 175 | 0 | 0.70 | 0.27 | 0.06 | 323.08 | 0.85 | 0.61 |
| Hex | F0 | 47 | AF | 0 | 46 | 1B | 6 | 143 | 55 | 3D |
| Octal | 360 | 107 | 257 | 0 | 106 | 33 | 6 | 503 | 125 | 75 |
| Binary | 11110000 | 1000111 | 10101111 | 0 | 1000110 | 11011 | 110 | 101000011 | 1010101 | 111101 |
Color Harmonies of #F047AF
Complementary color
Monochromatic Colors of #F047AF
Black with #F047AF
Text Example
Text Example
White with #F047AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F047AF; }
p { color: rgb(240,71,175); }
H1.HeaderClassName
{
color: #F047AF;
}
.AnyTagClassName
{
color: #F047AF;
}
</style>
background-color css
<style>
a { background-color: #F047AF; }
a { background-color: rgb(240,71,175); }
div.DivClassName
{
background-color: #F047AF;
}
.BgClassName
{
background-color: #F047AF;
}
</style>
border-color css
<style>
span { border-color: #F047AF; }
span { border-color: rgb(240,71,175); }
td.TdClassName
{
border-color: #F047AF;
}
.TagClassName
{
border-color: #F047AF;
}
</style>