Shades of Brilliant Rose #F548B3
Tints of Brilliant Rose #F548B3
RGB
CMYK
RGB Variations
Color information
#F548B3 (or 0xF548B3) is known color: Brilliant Rose. HEX triplet: F5, 48 and B3. RGB value is (245,72,179). Sum of RGB (Red+Green+Blue) = 245+72+179=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F548B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F548B3 is #0AB74C. Grayscale: #878787. Windows color (decimal): -702285 or 11749621. OLE color: 11749621.
HSL color Cylindrical-coordinate representation of color #F548B3: hue angle of 322.89º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F548B3 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 179 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.04 |
| HSL | 322.89º | 0.9% | 0.62% | - |
| HSV(B) | 322.89º | 0.71% | 0.96% | - |
| XYZ | 48.11 | 27.3 | 45.38 | - |
| YUV | 135.93 | 152.31 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 179 | 0 | 0.71 | 0.27 | 0.04 | 322.89 | 0.9 | 0.62 |
| Hex | F5 | 48 | B3 | 0 | 47 | 1B | 4 | 143 | 5A | 3E |
| Octal | 365 | 110 | 263 | 0 | 107 | 33 | 4 | 503 | 132 | 76 |
| Binary | 11110101 | 1001000 | 10110011 | 0 | 1000111 | 11011 | 100 | 101000011 | 1011010 | 111110 |
Color Harmonies of #F548B3
Complementary color
Monochromatic Colors of #F548B3
Black with #F548B3
Text Example
Text Example
White with #F548B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F548B3; }
p { color: rgb(245,72,179); }
H1.HeaderClassName
{
color: #F548B3;
}
.AnyTagClassName
{
color: #F548B3;
}
</style>
background-color css
<style>
a { background-color: #F548B3; }
a { background-color: rgb(245,72,179); }
div.DivClassName
{
background-color: #F548B3;
}
.BgClassName
{
background-color: #F548B3;
}
</style>
border-color css
<style>
span { border-color: #F548B3; }
span { border-color: rgb(245,72,179); }
td.TdClassName
{
border-color: #F548B3;
}
.TagClassName
{
border-color: #F548B3;
}
</style>