Shades of Brilliant Rose #F048AF
Tints of Brilliant Rose #F048AF
RGB
CMYK
RGB Variations
Color information
#F048AF (or 0xF048AF) is known color: Brilliant Rose. HEX triplet: F0, 48 and AF. RGB value is (240,72,175). Sum of RGB (Red+Green+Blue) = 240+72+175=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F048AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F048AF is #0FB750. Grayscale: #858585. Windows color (decimal): -1029969 or 11487472. OLE color: 11487472.
HSL color Cylindrical-coordinate representation of color #F048AF: hue angle of 323.21º 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 #F048AF is Cyan = 0, Magento = 0.7, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 175 | - |
| CMYK | 0 | 0.7 | 0.27 | 0.06 |
| HSL | 323.21º | 0.85% | 0.61% | - |
| HSV(B) | 323.21º | 0.7% | 0.94% | - |
| XYZ | 45.99 | 26.26 | 43.2 | - |
| YUV | 133.97 | 151.16 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 175 | 0 | 0.7 | 0.27 | 0.06 | 323.21 | 0.85 | 0.61 |
| Hex | F0 | 48 | AF | 0 | 46 | 1B | 6 | 143 | 55 | 3D |
| Octal | 360 | 110 | 257 | 0 | 106 | 33 | 6 | 503 | 125 | 75 |
| Binary | 11110000 | 1001000 | 10101111 | 0 | 1000110 | 11011 | 110 | 101000011 | 1010101 | 111101 |
Color Harmonies of #F048AF
Complementary color
Monochromatic Colors of #F048AF
Black with #F048AF
Text Example
Text Example
White with #F048AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F048AF; }
p { color: rgb(240,72,175); }
H1.HeaderClassName
{
color: #F048AF;
}
.AnyTagClassName
{
color: #F048AF;
}
</style>
background-color css
<style>
a { background-color: #F048AF; }
a { background-color: rgb(240,72,175); }
div.DivClassName
{
background-color: #F048AF;
}
.BgClassName
{
background-color: #F048AF;
}
</style>
border-color css
<style>
span { border-color: #F048AF; }
span { border-color: rgb(240,72,175); }
td.TdClassName
{
border-color: #F048AF;
}
.TagClassName
{
border-color: #F048AF;
}
</style>