Shades of Brilliant Rose #F844AF
Tints of Brilliant Rose #F844AF
RGB
CMYK
RGB Variations
Color information
#F844AF (or 0xF844AF) is known color: Brilliant Rose. HEX triplet: F8, 44 and AF. RGB value is (248,68,175). Sum of RGB (Red+Green+Blue) = 248+68+175=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 68 (26.95% from 255 or 13.85% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F844AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F844AF is #07BB50. Grayscale: #858585. Windows color (decimal): -506705 or 11486456. OLE color: 11486456.
HSL color Cylindrical-coordinate representation of color #F844AF: hue angle of 324.33º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F844AF is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 68 | 175 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.03 |
| HSL | 324.33º | 0.93% | 0.62% | - |
| HSV(B) | 324.33º | 0.73% | 0.97% | - |
| XYZ | 48.52 | 27.19 | 43.25 | - |
| YUV | 134.02 | 151.13 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 68 | 175 | 0 | 0.73 | 0.29 | 0.03 | 324.33 | 0.93 | 0.62 |
| Hex | F8 | 44 | AF | 0 | 49 | 1D | 3 | 144 | 5D | 3E |
| Octal | 370 | 104 | 257 | 0 | 111 | 35 | 3 | 504 | 135 | 76 |
| Binary | 11111000 | 1000100 | 10101111 | 0 | 1001001 | 11101 | 11 | 101000100 | 1011101 | 111110 |
Color Harmonies of #F844AF
Complementary color
Monochromatic Colors of #F844AF
Black with #F844AF
Text Example
Text Example
White with #F844AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F844AF; }
p { color: rgb(248,68,175); }
H1.HeaderClassName
{
color: #F844AF;
}
.AnyTagClassName
{
color: #F844AF;
}
</style>
background-color css
<style>
a { background-color: #F844AF; }
a { background-color: rgb(248,68,175); }
div.DivClassName
{
background-color: #F844AF;
}
.BgClassName
{
background-color: #F844AF;
}
</style>
border-color css
<style>
span { border-color: #F844AF; }
span { border-color: rgb(248,68,175); }
td.TdClassName
{
border-color: #F844AF;
}
.TagClassName
{
border-color: #F844AF;
}
</style>