Shades of Brilliant Rose #F354B3
Tints of Brilliant Rose #F354B3
RGB
CMYK
RGB Variations
Color information
#F354B3 (or 0xF354B3) is known color: Brilliant Rose. HEX triplet: F3, 54 and B3. RGB value is (243,84,179). Sum of RGB (Red+Green+Blue) = 243+84+179=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F354B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F354B3 is #0CAB4C. Grayscale: #8E8E8E. Windows color (decimal): -830285 or 11752691. OLE color: 11752691.
HSL color Cylindrical-coordinate representation of color #F354B3: hue angle of 324.15º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F354B3 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 179 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.05 |
| HSL | 324.15º | 0.87% | 0.64% | - |
| HSV(B) | 324.15º | 0.65% | 0.95% | - |
| XYZ | 48.27 | 28.65 | 45.63 | - |
| YUV | 142.37 | 148.68 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 179 | 0 | 0.65 | 0.26 | 0.05 | 324.15 | 0.87 | 0.64 |
| Hex | F3 | 54 | B3 | 0 | 41 | 1A | 5 | 144 | 57 | 40 |
| Octal | 363 | 124 | 263 | 0 | 101 | 32 | 5 | 504 | 127 | 100 |
| Binary | 11110011 | 1010100 | 10110011 | 0 | 1000001 | 11010 | 101 | 101000100 | 1010111 | 1000000 |
Color Harmonies of #F354B3
Complementary color
Monochromatic Colors of #F354B3
Black with #F354B3
Text Example
Text Example
White with #F354B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F354B3; }
p { color: rgb(243,84,179); }
H1.HeaderClassName
{
color: #F354B3;
}
.AnyTagClassName
{
color: #F354B3;
}
</style>
background-color css
<style>
a { background-color: #F354B3; }
a { background-color: rgb(243,84,179); }
div.DivClassName
{
background-color: #F354B3;
}
.BgClassName
{
background-color: #F354B3;
}
</style>
border-color css
<style>
span { border-color: #F354B3; }
span { border-color: rgb(243,84,179); }
td.TdClassName
{
border-color: #F354B3;
}
.TagClassName
{
border-color: #F354B3;
}
</style>