Shades of Brilliant Rose #F9469D
Tints of Brilliant Rose #F9469D
RGB
CMYK
RGB Variations
Color information
#F9469D (or 0xF9469D) is known color: Brilliant Rose. HEX triplet: F9, 46 and 9D. RGB value is (249,70,157). Sum of RGB (Red+Green+Blue) = 249+70+157=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F9469D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9469D is #06B962. Grayscale: #858585. Windows color (decimal): -440675 or 10307321. OLE color: 10307321.
HSL color Cylindrical-coordinate representation of color #F9469D: hue angle of 330.84º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9469D is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 157 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.02 |
| HSL | 330.84º | 0.94% | 0.63% | - |
| HSV(B) | 330.84º | 0.72% | 0.98% | - |
| XYZ | 47.34 | 26.95 | 34.61 | - |
| YUV | 133.44 | 141.3 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 157 | 0 | 0.72 | 0.37 | 0.02 | 330.84 | 0.94 | 0.63 |
| Hex | F9 | 46 | 9D | 0 | 48 | 25 | 2 | 14B | 5E | 3F |
| Octal | 371 | 106 | 235 | 0 | 110 | 45 | 2 | 513 | 136 | 77 |
| Binary | 11111001 | 1000110 | 10011101 | 0 | 1001000 | 100101 | 10 | 101001011 | 1011110 | 111111 |
Color Harmonies of #F9469D
Complementary color
Monochromatic Colors of #F9469D
Black with #F9469D
Text Example
Text Example
White with #F9469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9469D; }
p { color: rgb(249,70,157); }
H1.HeaderClassName
{
color: #F9469D;
}
.AnyTagClassName
{
color: #F9469D;
}
</style>
background-color css
<style>
a { background-color: #F9469D; }
a { background-color: rgb(249,70,157); }
div.DivClassName
{
background-color: #F9469D;
}
.BgClassName
{
background-color: #F9469D;
}
</style>
border-color css
<style>
span { border-color: #F9469D; }
span { border-color: rgb(249,70,157); }
td.TdClassName
{
border-color: #F9469D;
}
.TagClassName
{
border-color: #F9469D;
}
</style>