Shades of Brilliant Rose #F6469C
Tints of Brilliant Rose #F6469C
RGB
CMYK
RGB Variations
Color information
#F6469C (or 0xF6469C) is known color: Brilliant Rose. HEX triplet: F6, 46 and 9C. RGB value is (246,70,156). Sum of RGB (Red+Green+Blue) = 246+70+156=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F6469C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6469C is #09B963. Grayscale: #848484. Windows color (decimal): -637284 or 10241782. OLE color: 10241782.
HSL color Cylindrical-coordinate representation of color #F6469C: hue angle of 330.68º 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 #F6469C is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 156 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.04 |
| HSL | 330.68º | 0.91% | 0.62% | - |
| HSV(B) | 330.68º | 0.72% | 0.96% | - |
| XYZ | 46.2 | 26.37 | 34.11 | - |
| YUV | 132.43 | 141.31 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 156 | 0 | 0.72 | 0.37 | 0.04 | 330.68 | 0.91 | 0.62 |
| Hex | F6 | 46 | 9C | 0 | 48 | 25 | 4 | 14B | 5B | 3E |
| Octal | 366 | 106 | 234 | 0 | 110 | 45 | 4 | 513 | 133 | 76 |
| Binary | 11110110 | 1000110 | 10011100 | 0 | 1001000 | 100101 | 100 | 101001011 | 1011011 | 111110 |
Color Harmonies of #F6469C
Complementary color
Monochromatic Colors of #F6469C
Black with #F6469C
Text Example
Text Example
White with #F6469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6469C; }
p { color: rgb(246,70,156); }
H1.HeaderClassName
{
color: #F6469C;
}
.AnyTagClassName
{
color: #F6469C;
}
</style>
background-color css
<style>
a { background-color: #F6469C; }
a { background-color: rgb(246,70,156); }
div.DivClassName
{
background-color: #F6469C;
}
.BgClassName
{
background-color: #F6469C;
}
</style>
border-color css
<style>
span { border-color: #F6469C; }
span { border-color: rgb(246,70,156); }
td.TdClassName
{
border-color: #F6469C;
}
.TagClassName
{
border-color: #F6469C;
}
</style>