Shades of Brilliant Rose #F645A8
Tints of Brilliant Rose #F645A8
RGB
CMYK
RGB Variations
Color information
#F645A8 (or 0xF645A8) is known color: Brilliant Rose. HEX triplet: F6, 45 and A8. RGB value is (246,69,168). Sum of RGB (Red+Green+Blue) = 246+69+168=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F645A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F645A8 is #09BA57. Grayscale: #848484. Windows color (decimal): -637528 or 11027958. OLE color: 11027958.
HSL color Cylindrical-coordinate representation of color #F645A8: hue angle of 326.44º 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 #F645A8 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 69 | 168 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.04 |
| HSL | 326.44º | 0.91% | 0.62% | - |
| HSV(B) | 326.44º | 0.72% | 0.96% | - |
| XYZ | 47.2 | 26.68 | 39.71 | - |
| YUV | 133.21 | 147.64 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 69 | 168 | 0 | 0.72 | 0.32 | 0.04 | 326.44 | 0.91 | 0.62 |
| Hex | F6 | 45 | A8 | 0 | 48 | 20 | 4 | 146 | 5B | 3E |
| Octal | 366 | 105 | 250 | 0 | 110 | 40 | 4 | 506 | 133 | 76 |
| Binary | 11110110 | 1000101 | 10101000 | 0 | 1001000 | 100000 | 100 | 101000110 | 1011011 | 111110 |
Color Harmonies of #F645A8
Complementary color
Monochromatic Colors of #F645A8
Black with #F645A8
Text Example
Text Example
White with #F645A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F645A8; }
p { color: rgb(246,69,168); }
H1.HeaderClassName
{
color: #F645A8;
}
.AnyTagClassName
{
color: #F645A8;
}
</style>
background-color css
<style>
a { background-color: #F645A8; }
a { background-color: rgb(246,69,168); }
div.DivClassName
{
background-color: #F645A8;
}
.BgClassName
{
background-color: #F645A8;
}
</style>
border-color css
<style>
span { border-color: #F645A8; }
span { border-color: rgb(246,69,168); }
td.TdClassName
{
border-color: #F645A8;
}
.TagClassName
{
border-color: #F645A8;
}
</style>