Shades of Brilliant Rose #F063A4
Tints of Brilliant Rose #F063A4
RGB
CMYK
RGB Variations
Color information
#F063A4 (or 0xF063A4) is known color: Brilliant Rose. HEX triplet: F0, 63 and A4. RGB value is (240,99,164). Sum of RGB (Red+Green+Blue) = 240+99+164=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F063A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F063A4 is #0F9C5B. Grayscale: #949494. Windows color (decimal): -1023068 or 10773488. OLE color: 10773488.
HSL color Cylindrical-coordinate representation of color #F063A4: hue angle of 332.34º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F063A4 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 164 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.06 |
| HSL | 332.34º | 0.82% | 0.66% | - |
| HSV(B) | 332.34º | 0.59% | 0.94% | - |
| XYZ | 47.1 | 30.13 | 38.46 | - |
| YUV | 148.57 | 136.71 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 164 | 0 | 0.59 | 0.32 | 0.06 | 332.34 | 0.82 | 0.66 |
| Hex | F0 | 63 | A4 | 0 | 3B | 20 | 6 | 14C | 52 | 42 |
| Octal | 360 | 143 | 244 | 0 | 73 | 40 | 6 | 514 | 122 | 102 |
| Binary | 11110000 | 1100011 | 10100100 | 0 | 111011 | 100000 | 110 | 101001100 | 1010010 | 1000010 |
Color Harmonies of #F063A4
Complementary color
Monochromatic Colors of #F063A4
Black with #F063A4
Text Example
Text Example
White with #F063A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F063A4; }
p { color: rgb(240,99,164); }
H1.HeaderClassName
{
color: #F063A4;
}
.AnyTagClassName
{
color: #F063A4;
}
</style>
background-color css
<style>
a { background-color: #F063A4; }
a { background-color: rgb(240,99,164); }
div.DivClassName
{
background-color: #F063A4;
}
.BgClassName
{
background-color: #F063A4;
}
</style>
border-color css
<style>
span { border-color: #F063A4; }
span { border-color: rgb(240,99,164); }
td.TdClassName
{
border-color: #F063A4;
}
.TagClassName
{
border-color: #F063A4;
}
</style>