Shades of Brilliant Rose #F3669C
Tints of Brilliant Rose #F3669C
RGB
CMYK
RGB Variations
Color information
#F3669C (or 0xF3669C) is known color: Brilliant Rose. HEX triplet: F3, 66 and 9C. RGB value is (243,102,156). Sum of RGB (Red+Green+Blue) = 243+102+156=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F3669C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3669C is #0C9963. Grayscale: #969696. Windows color (decimal): -825700 or 10249971. OLE color: 10249971.
HSL color Cylindrical-coordinate representation of color #F3669C: hue angle of 337.02º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F3669C is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 102 | 156 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.05 |
| HSL | 337.02º | 0.85% | 0.68% | - |
| HSV(B) | 337.02º | 0.58% | 0.95% | - |
| XYZ | 47.71 | 30.96 | 34.91 | - |
| YUV | 150.32 | 131.21 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 156 | 0 | 0.58 | 0.36 | 0.05 | 337.02 | 0.85 | 0.68 |
| Hex | F3 | 66 | 9C | 0 | 3A | 24 | 5 | 151 | 55 | 44 |
| Octal | 363 | 146 | 234 | 0 | 72 | 44 | 5 | 521 | 125 | 104 |
| Binary | 11110011 | 1100110 | 10011100 | 0 | 111010 | 100100 | 101 | 101010001 | 1010101 | 1000100 |
Color Harmonies of #F3669C
Complementary color
Monochromatic Colors of #F3669C
Black with #F3669C
Text Example
Text Example
White with #F3669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3669C; }
p { color: rgb(243,102,156); }
H1.HeaderClassName
{
color: #F3669C;
}
.AnyTagClassName
{
color: #F3669C;
}
</style>
background-color css
<style>
a { background-color: #F3669C; }
a { background-color: rgb(243,102,156); }
div.DivClassName
{
background-color: #F3669C;
}
.BgClassName
{
background-color: #F3669C;
}
</style>
border-color css
<style>
span { border-color: #F3669C; }
span { border-color: rgb(243,102,156); }
td.TdClassName
{
border-color: #F3669C;
}
.TagClassName
{
border-color: #F3669C;
}
</style>