Shades of Brilliant Rose #F361A1
Tints of Brilliant Rose #F361A1
RGB
CMYK
RGB Variations
Color information
#F361A1 (or 0xF361A1) is known color: Brilliant Rose. HEX triplet: F3, 61 and A1. RGB value is (243,97,161). Sum of RGB (Red+Green+Blue) = 243+97+161=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F361A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F361A1 is #0C9E5E. Grayscale: #939393. Windows color (decimal): -826975 or 10576371. OLE color: 10576371.
HSL color Cylindrical-coordinate representation of color #F361A1: hue angle of 333.7º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F361A1 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 97 | 161 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.05 |
| HSL | 333.7º | 0.86% | 0.67% | - |
| HSV(B) | 333.7º | 0.6% | 0.95% | - |
| XYZ | 47.67 | 30.18 | 37.03 | - |
| YUV | 147.95 | 135.37 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 97 | 161 | 0 | 0.60 | 0.34 | 0.05 | 333.7 | 0.86 | 0.67 |
| Hex | F3 | 61 | A1 | 0 | 3C | 22 | 5 | 14E | 56 | 43 |
| Octal | 363 | 141 | 241 | 0 | 74 | 42 | 5 | 516 | 126 | 103 |
| Binary | 11110011 | 1100001 | 10100001 | 0 | 111100 | 100010 | 101 | 101001110 | 1010110 | 1000011 |
Color Harmonies of #F361A1
Complementary color
Monochromatic Colors of #F361A1
Black with #F361A1
Text Example
Text Example
White with #F361A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F361A1; }
p { color: rgb(243,97,161); }
H1.HeaderClassName
{
color: #F361A1;
}
.AnyTagClassName
{
color: #F361A1;
}
</style>
background-color css
<style>
a { background-color: #F361A1; }
a { background-color: rgb(243,97,161); }
div.DivClassName
{
background-color: #F361A1;
}
.BgClassName
{
background-color: #F361A1;
}
</style>
border-color css
<style>
span { border-color: #F361A1; }
span { border-color: rgb(243,97,161); }
td.TdClassName
{
border-color: #F361A1;
}
.TagClassName
{
border-color: #F361A1;
}
</style>