Shades of Brilliant Rose #F64AAF
Tints of Brilliant Rose #F64AAF
RGB
CMYK
RGB Variations
Color information
#F64AAF (or 0xF64AAF) is known color: Brilliant Rose. HEX triplet: F6, 4A and AF. RGB value is (246,74,175). Sum of RGB (Red+Green+Blue) = 246+74+175=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F64AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64AAF is #09B550. Grayscale: #888888. Windows color (decimal): -636241 or 11487990. OLE color: 11487990.
HSL color Cylindrical-coordinate representation of color #F64AAF: hue angle of 324.77º degrees, saturation: 0.91, 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 #F64AAF is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 175 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.04 |
| HSL | 324.77º | 0.91% | 0.63% | - |
| HSV(B) | 324.77º | 0.7% | 0.96% | - |
| XYZ | 48.19 | 27.59 | 43.34 | - |
| YUV | 136.94 | 149.48 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 175 | 0 | 0.70 | 0.29 | 0.04 | 324.77 | 0.91 | 0.63 |
| Hex | F6 | 4A | AF | 0 | 46 | 1D | 4 | 145 | 5B | 3F |
| Octal | 366 | 112 | 257 | 0 | 106 | 35 | 4 | 505 | 133 | 77 |
| Binary | 11110110 | 1001010 | 10101111 | 0 | 1000110 | 11101 | 100 | 101000101 | 1011011 | 111111 |
Color Harmonies of #F64AAF
Complementary color
Monochromatic Colors of #F64AAF
Black with #F64AAF
Text Example
Text Example
White with #F64AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64AAF; }
p { color: rgb(246,74,175); }
H1.HeaderClassName
{
color: #F64AAF;
}
.AnyTagClassName
{
color: #F64AAF;
}
</style>
background-color css
<style>
a { background-color: #F64AAF; }
a { background-color: rgb(246,74,175); }
div.DivClassName
{
background-color: #F64AAF;
}
.BgClassName
{
background-color: #F64AAF;
}
</style>
border-color css
<style>
span { border-color: #F64AAF; }
span { border-color: rgb(246,74,175); }
td.TdClassName
{
border-color: #F64AAF;
}
.TagClassName
{
border-color: #F64AAF;
}
</style>