Shades of Brilliant Rose #F368A1
Tints of Brilliant Rose #F368A1
RGB
CMYK
RGB Variations
Color information
#F368A1 (or 0xF368A1) is known color: Brilliant Rose. HEX triplet: F3, 68 and A1. RGB value is (243,104,161). Sum of RGB (Red+Green+Blue) = 243+104+161=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F368A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F368A1 is #0C975E. Grayscale: #979797. Windows color (decimal): -825183 or 10578163. OLE color: 10578163.
HSL color Cylindrical-coordinate representation of color #F368A1: hue angle of 335.4º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F368A1 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 161 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.05 |
| HSL | 335.4º | 0.85% | 0.68% | - |
| HSV(B) | 335.4º | 0.57% | 0.95% | - |
| XYZ | 48.35 | 31.53 | 37.26 | - |
| YUV | 152.06 | 133.05 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 161 | 0 | 0.57 | 0.34 | 0.05 | 335.4 | 0.85 | 0.68 |
| Hex | F3 | 68 | A1 | 0 | 39 | 22 | 5 | 14F | 55 | 44 |
| Octal | 363 | 150 | 241 | 0 | 71 | 42 | 5 | 517 | 125 | 104 |
| Binary | 11110011 | 1101000 | 10100001 | 0 | 111001 | 100010 | 101 | 101001111 | 1010101 | 1000100 |
Color Harmonies of #F368A1
Complementary color
Monochromatic Colors of #F368A1
Black with #F368A1
Text Example
Text Example
White with #F368A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F368A1; }
p { color: rgb(243,104,161); }
H1.HeaderClassName
{
color: #F368A1;
}
.AnyTagClassName
{
color: #F368A1;
}
</style>
background-color css
<style>
a { background-color: #F368A1; }
a { background-color: rgb(243,104,161); }
div.DivClassName
{
background-color: #F368A1;
}
.BgClassName
{
background-color: #F368A1;
}
</style>
border-color css
<style>
span { border-color: #F368A1; }
span { border-color: rgb(243,104,161); }
td.TdClassName
{
border-color: #F368A1;
}
.TagClassName
{
border-color: #F368A1;
}
</style>