Shades of Brilliant Rose #F8469D
Tints of Brilliant Rose #F8469D
RGB
CMYK
RGB Variations
Color information
#F8469D (or 0xF8469D) is known color: Brilliant Rose. HEX triplet: F8, 46 and 9D. RGB value is (248,70,157). Sum of RGB (Red+Green+Blue) = 248+70+157=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F8469D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8469D is #07B962. Grayscale: #848484. Windows color (decimal): -506211 or 10307320. OLE color: 10307320.
HSL color Cylindrical-coordinate representation of color #F8469D: hue angle of 330.67º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F8469D is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 157 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.03 |
| HSL | 330.67º | 0.93% | 0.62% | - |
| HSV(B) | 330.67º | 0.72% | 0.97% | - |
| XYZ | 46.99 | 26.77 | 34.59 | - |
| YUV | 133.14 | 141.47 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 157 | 0 | 0.72 | 0.37 | 0.03 | 330.67 | 0.93 | 0.62 |
| Hex | F8 | 46 | 9D | 0 | 48 | 25 | 3 | 14B | 5D | 3E |
| Octal | 370 | 106 | 235 | 0 | 110 | 45 | 3 | 513 | 135 | 76 |
| Binary | 11111000 | 1000110 | 10011101 | 0 | 1001000 | 100101 | 11 | 101001011 | 1011101 | 111110 |
Color Harmonies of #F8469D
Complementary color
Monochromatic Colors of #F8469D
Black with #F8469D
Text Example
Text Example
White with #F8469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8469D; }
p { color: rgb(248,70,157); }
H1.HeaderClassName
{
color: #F8469D;
}
.AnyTagClassName
{
color: #F8469D;
}
</style>
background-color css
<style>
a { background-color: #F8469D; }
a { background-color: rgb(248,70,157); }
div.DivClassName
{
background-color: #F8469D;
}
.BgClassName
{
background-color: #F8469D;
}
</style>
border-color css
<style>
span { border-color: #F8469D; }
span { border-color: rgb(248,70,157); }
td.TdClassName
{
border-color: #F8469D;
}
.TagClassName
{
border-color: #F8469D;
}
</style>