Shades of Brilliant Rose #F652B1
Tints of Brilliant Rose #F652B1
RGB
CMYK
RGB Variations
Color information
#F652B1 (or 0xF652B1) is known color: Brilliant Rose. HEX triplet: F6, 52 and B1. RGB value is (246,82,177). Sum of RGB (Red+Green+Blue) = 246+82+177=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F652B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F652B1 is #09AD4E. Grayscale: #8D8D8D. Windows color (decimal): -634191 or 11621110. OLE color: 11621110.
HSL color Cylindrical-coordinate representation of color #F652B1: hue angle of 325.24º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F652B1 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 177 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.04 |
| HSL | 325.24º | 0.9% | 0.64% | - |
| HSV(B) | 325.24º | 0.67% | 0.96% | - |
| XYZ | 48.96 | 28.8 | 44.57 | - |
| YUV | 141.87 | 147.83 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 177 | 0 | 0.67 | 0.28 | 0.04 | 325.24 | 0.9 | 0.64 |
| Hex | F6 | 52 | B1 | 0 | 43 | 1C | 4 | 145 | 5A | 40 |
| Octal | 366 | 122 | 261 | 0 | 103 | 34 | 4 | 505 | 132 | 100 |
| Binary | 11110110 | 1010010 | 10110001 | 0 | 1000011 | 11100 | 100 | 101000101 | 1011010 | 1000000 |
Color Harmonies of #F652B1
Complementary color
Monochromatic Colors of #F652B1
Black with #F652B1
Text Example
Text Example
White with #F652B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F652B1; }
p { color: rgb(246,82,177); }
H1.HeaderClassName
{
color: #F652B1;
}
.AnyTagClassName
{
color: #F652B1;
}
</style>
background-color css
<style>
a { background-color: #F652B1; }
a { background-color: rgb(246,82,177); }
div.DivClassName
{
background-color: #F652B1;
}
.BgClassName
{
background-color: #F652B1;
}
</style>
border-color css
<style>
span { border-color: #F652B1; }
span { border-color: rgb(246,82,177); }
td.TdClassName
{
border-color: #F652B1;
}
.TagClassName
{
border-color: #F652B1;
}
</style>