Shades of Brilliant Rose #F348B2
Tints of Brilliant Rose #F348B2
RGB
CMYK
RGB Variations
Color information
#F348B2 (or 0xF348B2) is known color: Brilliant Rose. HEX triplet: F3, 48 and B2. RGB value is (243,72,178). Sum of RGB (Red+Green+Blue) = 243+72+178=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 72 (28.52% from 255 or 14.60% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F348B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F348B2 is #0CB74D. Grayscale: #868686. Windows color (decimal): -833358 or 11684083. OLE color: 11684083.
HSL color Cylindrical-coordinate representation of color #F348B2: hue angle of 322.81º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F348B2 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 178 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.05 |
| HSL | 322.81º | 0.88% | 0.62% | - |
| HSV(B) | 322.81º | 0.7% | 0.95% | - |
| XYZ | 47.32 | 26.9 | 44.82 | - |
| YUV | 135.21 | 152.15 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 178 | 0 | 0.70 | 0.27 | 0.05 | 322.81 | 0.88 | 0.62 |
| Hex | F3 | 48 | B2 | 0 | 46 | 1B | 5 | 143 | 58 | 3E |
| Octal | 363 | 110 | 262 | 0 | 106 | 33 | 5 | 503 | 130 | 76 |
| Binary | 11110011 | 1001000 | 10110010 | 0 | 1000110 | 11011 | 101 | 101000011 | 1011000 | 111110 |
Color Harmonies of #F348B2
Complementary color
Monochromatic Colors of #F348B2
Black with #F348B2
Text Example
Text Example
White with #F348B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F348B2; }
p { color: rgb(243,72,178); }
H1.HeaderClassName
{
color: #F348B2;
}
.AnyTagClassName
{
color: #F348B2;
}
</style>
background-color css
<style>
a { background-color: #F348B2; }
a { background-color: rgb(243,72,178); }
div.DivClassName
{
background-color: #F348B2;
}
.BgClassName
{
background-color: #F348B2;
}
</style>
border-color css
<style>
span { border-color: #F348B2; }
span { border-color: rgb(243,72,178); }
td.TdClassName
{
border-color: #F348B2;
}
.TagClassName
{
border-color: #F348B2;
}
</style>