Shades of Brilliant Rose #F64B9B
Tints of Brilliant Rose #F64B9B
RGB
CMYK
RGB Variations
Color information
#F64B9B (or 0xF64B9B) is known color: Brilliant Rose. HEX triplet: F6, 4B and 9B. RGB value is (246,75,155). Sum of RGB (Red+Green+Blue) = 246+75+155=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F64B9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64B9B is #09B464. Grayscale: #878787. Windows color (decimal): -636005 or 10177526. OLE color: 10177526.
HSL color Cylindrical-coordinate representation of color #F64B9B: hue angle of 331.93º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64B9B is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 155 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.04 |
| HSL | 331.93º | 0.9% | 0.63% | - |
| HSV(B) | 331.93º | 0.7% | 0.96% | - |
| XYZ | 46.44 | 26.99 | 33.77 | - |
| YUV | 135.25 | 139.15 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 155 | 0 | 0.70 | 0.37 | 0.04 | 331.93 | 0.9 | 0.63 |
| Hex | F6 | 4B | 9B | 0 | 46 | 25 | 4 | 14C | 5A | 3F |
| Octal | 366 | 113 | 233 | 0 | 106 | 45 | 4 | 514 | 132 | 77 |
| Binary | 11110110 | 1001011 | 10011011 | 0 | 1000110 | 100101 | 100 | 101001100 | 1011010 | 111111 |
Color Harmonies of #F64B9B
Complementary color
Monochromatic Colors of #F64B9B
Black with #F64B9B
Text Example
Text Example
White with #F64B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64B9B; }
p { color: rgb(246,75,155); }
H1.HeaderClassName
{
color: #F64B9B;
}
.AnyTagClassName
{
color: #F64B9B;
}
</style>
background-color css
<style>
a { background-color: #F64B9B; }
a { background-color: rgb(246,75,155); }
div.DivClassName
{
background-color: #F64B9B;
}
.BgClassName
{
background-color: #F64B9B;
}
</style>
border-color css
<style>
span { border-color: #F64B9B; }
span { border-color: rgb(246,75,155); }
td.TdClassName
{
border-color: #F64B9B;
}
.TagClassName
{
border-color: #F64B9B;
}
</style>