Shades of Brilliant Rose #F843A8
Tints of Brilliant Rose #F843A8
RGB
CMYK
RGB Variations
Color information
#F843A8 (or 0xF843A8) is known color: Brilliant Rose. HEX triplet: F8, 43 and A8. RGB value is (248,67,168). Sum of RGB (Red+Green+Blue) = 248+67+168=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 67 (26.56% from 255 or 13.87% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F843A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F843A8 is #07BC57. Grayscale: #848484. Windows color (decimal): -506968 or 11027448. OLE color: 11027448.
HSL color Cylindrical-coordinate representation of color #F843A8: hue angle of 326.52º 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 #F843A8 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 168 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.03 |
| HSL | 326.52º | 0.93% | 0.62% | - |
| HSV(B) | 326.52º | 0.73% | 0.97% | - |
| XYZ | 47.79 | 26.8 | 39.7 | - |
| YUV | 132.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 168 | 0 | 0.73 | 0.32 | 0.03 | 326.52 | 0.93 | 0.62 |
| Hex | F8 | 43 | A8 | 0 | 49 | 20 | 3 | 147 | 5D | 3E |
| Octal | 370 | 103 | 250 | 0 | 111 | 40 | 3 | 507 | 135 | 76 |
| Binary | 11111000 | 1000011 | 10101000 | 0 | 1001001 | 100000 | 11 | 101000111 | 1011101 | 111110 |
Color Harmonies of #F843A8
Complementary color
Monochromatic Colors of #F843A8
Black with #F843A8
Text Example
Text Example
White with #F843A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F843A8; }
p { color: rgb(248,67,168); }
H1.HeaderClassName
{
color: #F843A8;
}
.AnyTagClassName
{
color: #F843A8;
}
</style>
background-color css
<style>
a { background-color: #F843A8; }
a { background-color: rgb(248,67,168); }
div.DivClassName
{
background-color: #F843A8;
}
.BgClassName
{
background-color: #F843A8;
}
</style>
border-color css
<style>
span { border-color: #F843A8; }
span { border-color: rgb(248,67,168); }
td.TdClassName
{
border-color: #F843A8;
}
.TagClassName
{
border-color: #F843A8;
}
</style>