Shades of Brilliant Rose #F863A4
Tints of Brilliant Rose #F863A4
RGB
CMYK
RGB Variations
Color information
#F863A4 (or 0xF863A4) is known color: Brilliant Rose. HEX triplet: F8, 63 and A4. RGB value is (248,99,164). Sum of RGB (Red+Green+Blue) = 248+99+164=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F863A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F863A4 is #079C5B. Grayscale: #969696. Windows color (decimal): -498780 or 10773496. OLE color: 10773496.
HSL color Cylindrical-coordinate representation of color #F863A4: hue angle of 333.83º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F863A4 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 164 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.03 |
| HSL | 333.83º | 0.91% | 0.68% | - |
| HSV(B) | 333.83º | 0.6% | 0.97% | - |
| XYZ | 49.87 | 31.56 | 38.59 | - |
| YUV | 150.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 164 | 0 | 0.60 | 0.34 | 0.03 | 333.83 | 0.91 | 0.68 |
| Hex | F8 | 63 | A4 | 0 | 3C | 22 | 3 | 14E | 5B | 44 |
| Octal | 370 | 143 | 244 | 0 | 74 | 42 | 3 | 516 | 133 | 104 |
| Binary | 11111000 | 1100011 | 10100100 | 0 | 111100 | 100010 | 11 | 101001110 | 1011011 | 1000100 |
Color Harmonies of #F863A4
Complementary color
Monochromatic Colors of #F863A4
Black with #F863A4
Text Example
Text Example
White with #F863A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F863A4; }
p { color: rgb(248,99,164); }
H1.HeaderClassName
{
color: #F863A4;
}
.AnyTagClassName
{
color: #F863A4;
}
</style>
background-color css
<style>
a { background-color: #F863A4; }
a { background-color: rgb(248,99,164); }
div.DivClassName
{
background-color: #F863A4;
}
.BgClassName
{
background-color: #F863A4;
}
</style>
border-color css
<style>
span { border-color: #F863A4; }
span { border-color: rgb(248,99,164); }
td.TdClassName
{
border-color: #F863A4;
}
.TagClassName
{
border-color: #F863A4;
}
</style>