Shades of Brilliant Rose #F047B4
Tints of Brilliant Rose #F047B4
RGB
CMYK
RGB Variations
Color information
#F047B4 (or 0xF047B4) is known color: Brilliant Rose. HEX triplet: F0, 47 and B4. RGB value is (240,71,180). Sum of RGB (Red+Green+Blue) = 240+71+180=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F047B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F047B4 is #0FB84B. Grayscale: #858585. Windows color (decimal): -1030220 or 11814896. OLE color: 11814896.
HSL color Cylindrical-coordinate representation of color #F047B4: hue angle of 321.3º 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 #F047B4 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 180 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.06 |
| HSL | 321.3º | 0.85% | 0.61% | - |
| HSV(B) | 321.3º | 0.7% | 0.94% | - |
| XYZ | 46.43 | 26.33 | 45.81 | - |
| YUV | 133.96 | 153.99 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 180 | 0 | 0.70 | 0.25 | 0.06 | 321.3 | 0.85 | 0.61 |
| Hex | F0 | 47 | B4 | 0 | 46 | 19 | 6 | 141 | 55 | 3D |
| Octal | 360 | 107 | 264 | 0 | 106 | 31 | 6 | 501 | 125 | 75 |
| Binary | 11110000 | 1000111 | 10110100 | 0 | 1000110 | 11001 | 110 | 101000001 | 1010101 | 111101 |
Color Harmonies of #F047B4
Complementary color
Monochromatic Colors of #F047B4
Black with #F047B4
Text Example
Text Example
White with #F047B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F047B4; }
p { color: rgb(240,71,180); }
H1.HeaderClassName
{
color: #F047B4;
}
.AnyTagClassName
{
color: #F047B4;
}
</style>
background-color css
<style>
a { background-color: #F047B4; }
a { background-color: rgb(240,71,180); }
div.DivClassName
{
background-color: #F047B4;
}
.BgClassName
{
background-color: #F047B4;
}
</style>
border-color css
<style>
span { border-color: #F047B4; }
span { border-color: rgb(240,71,180); }
td.TdClassName
{
border-color: #F047B4;
}
.TagClassName
{
border-color: #F047B4;
}
</style>