Shades of Brilliant Rose #F6469D
Tints of Brilliant Rose #F6469D
RGB
CMYK
RGB Variations
Color information
#F6469D (or 0xF6469D) is known color: Brilliant Rose. HEX triplet: F6, 46 and 9D. RGB value is (246,70,157). Sum of RGB (Red+Green+Blue) = 246+70+157=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F6469D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6469D is #09B962. Grayscale: #848484. Windows color (decimal): -637283 or 10307318. OLE color: 10307318.
HSL color Cylindrical-coordinate representation of color #F6469D: hue angle of 330.34º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6469D is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 157 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.04 |
| HSL | 330.34º | 0.91% | 0.62% | - |
| HSV(B) | 330.34º | 0.72% | 0.96% | - |
| XYZ | 46.28 | 26.41 | 34.56 | - |
| YUV | 132.54 | 141.81 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 157 | 0 | 0.72 | 0.36 | 0.04 | 330.34 | 0.91 | 0.62 |
| Hex | F6 | 46 | 9D | 0 | 48 | 24 | 4 | 14A | 5B | 3E |
| Octal | 366 | 106 | 235 | 0 | 110 | 44 | 4 | 512 | 133 | 76 |
| Binary | 11110110 | 1000110 | 10011101 | 0 | 1001000 | 100100 | 100 | 101001010 | 1011011 | 111110 |
Color Harmonies of #F6469D
Complementary color
Monochromatic Colors of #F6469D
Black with #F6469D
Text Example
Text Example
White with #F6469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6469D; }
p { color: rgb(246,70,157); }
H1.HeaderClassName
{
color: #F6469D;
}
.AnyTagClassName
{
color: #F6469D;
}
</style>
background-color css
<style>
a { background-color: #F6469D; }
a { background-color: rgb(246,70,157); }
div.DivClassName
{
background-color: #F6469D;
}
.BgClassName
{
background-color: #F6469D;
}
</style>
border-color css
<style>
span { border-color: #F6469D; }
span { border-color: rgb(246,70,157); }
td.TdClassName
{
border-color: #F6469D;
}
.TagClassName
{
border-color: #F6469D;
}
</style>