Shades of Brilliant Rose #F365A2
Tints of Brilliant Rose #F365A2
RGB
CMYK
RGB Variations
Color information
#F365A2 (or 0xF365A2) is known color: Brilliant Rose. HEX triplet: F3, 65 and A2. RGB value is (243,101,162). Sum of RGB (Red+Green+Blue) = 243+101+162=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F365A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F365A2 is #0C9A5D. Grayscale: #969696. Windows color (decimal): -825950 or 10642931. OLE color: 10642931.
HSL color Cylindrical-coordinate representation of color #F365A2: hue angle of 334.23º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F365A2 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 162 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.05 |
| HSL | 334.23º | 0.86% | 0.67% | - |
| HSV(B) | 334.23º | 0.58% | 0.95% | - |
| XYZ | 48.14 | 30.97 | 37.62 | - |
| YUV | 150.41 | 134.54 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 162 | 0 | 0.58 | 0.33 | 0.05 | 334.23 | 0.86 | 0.67 |
| Hex | F3 | 65 | A2 | 0 | 3A | 21 | 5 | 14E | 56 | 43 |
| Octal | 363 | 145 | 242 | 0 | 72 | 41 | 5 | 516 | 126 | 103 |
| Binary | 11110011 | 1100101 | 10100010 | 0 | 111010 | 100001 | 101 | 101001110 | 1010110 | 1000011 |
Color Harmonies of #F365A2
Complementary color
Monochromatic Colors of #F365A2
Black with #F365A2
Text Example
Text Example
White with #F365A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F365A2; }
p { color: rgb(243,101,162); }
H1.HeaderClassName
{
color: #F365A2;
}
.AnyTagClassName
{
color: #F365A2;
}
</style>
background-color css
<style>
a { background-color: #F365A2; }
a { background-color: rgb(243,101,162); }
div.DivClassName
{
background-color: #F365A2;
}
.BgClassName
{
background-color: #F365A2;
}
</style>
border-color css
<style>
span { border-color: #F365A2; }
span { border-color: rgb(243,101,162); }
td.TdClassName
{
border-color: #F365A2;
}
.TagClassName
{
border-color: #F365A2;
}
</style>