Shades of Brilliant Rose #F64FB3
Tints of Brilliant Rose #F64FB3
RGB
CMYK
RGB Variations
Color information
#F64FB3 (or 0xF64FB3) is known color: Brilliant Rose. HEX triplet: F6, 4F and B3. RGB value is (246,79,179). Sum of RGB (Red+Green+Blue) = 246+79+179=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64FB3 is #09B04C. Grayscale: #8C8C8C. Windows color (decimal): -634957 or 11751414. OLE color: 11751414.
HSL color Cylindrical-coordinate representation of color #F64FB3: hue angle of 324.07º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64FB3 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 179 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.04 |
| HSL | 324.07º | 0.9% | 0.64% | - |
| HSV(B) | 324.07º | 0.68% | 0.96% | - |
| XYZ | 48.94 | 28.44 | 45.56 | - |
| YUV | 140.33 | 149.83 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 179 | 0 | 0.68 | 0.27 | 0.04 | 324.07 | 0.9 | 0.64 |
| Hex | F6 | 4F | B3 | 0 | 44 | 1B | 4 | 144 | 5A | 40 |
| Octal | 366 | 117 | 263 | 0 | 104 | 33 | 4 | 504 | 132 | 100 |
| Binary | 11110110 | 1001111 | 10110011 | 0 | 1000100 | 11011 | 100 | 101000100 | 1011010 | 1000000 |
Color Harmonies of #F64FB3
Complementary color
Monochromatic Colors of #F64FB3
Black with #F64FB3
Text Example
Text Example
White with #F64FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64FB3; }
p { color: rgb(246,79,179); }
H1.HeaderClassName
{
color: #F64FB3;
}
.AnyTagClassName
{
color: #F64FB3;
}
</style>
background-color css
<style>
a { background-color: #F64FB3; }
a { background-color: rgb(246,79,179); }
div.DivClassName
{
background-color: #F64FB3;
}
.BgClassName
{
background-color: #F64FB3;
}
</style>
border-color css
<style>
span { border-color: #F64FB3; }
span { border-color: rgb(246,79,179); }
td.TdClassName
{
border-color: #F64FB3;
}
.TagClassName
{
border-color: #F64FB3;
}
</style>