Shades of Razzle Dazzle Rose #F341BB
Tints of Razzle Dazzle Rose #F341BB
RGB
CMYK
RGB Variations
Color information
#F341BB (or 0xF341BB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 41 and BB. RGB value is (243,65,187). Sum of RGB (Red+Green+Blue) = 243+65+187=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F341BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F341BB is #0CBE44. Grayscale: #838383. Windows color (decimal): -835141 or 12272115. OLE color: 12272115.
HSL color Cylindrical-coordinate representation of color #F341BB: hue angle of 318.88º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F341BB is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 187 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.05 |
| HSL | 318.88º | 0.88% | 0.6% | - |
| HSV(B) | 318.88º | 0.73% | 0.95% | - |
| XYZ | 47.82 | 26.42 | 49.59 | - |
| YUV | 132.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 187 | 0 | 0.73 | 0.23 | 0.05 | 318.88 | 0.88 | 0.6 |
| Hex | F3 | 41 | BB | 0 | 49 | 17 | 5 | 13F | 58 | 3C |
| Octal | 363 | 101 | 273 | 0 | 111 | 27 | 5 | 477 | 130 | 74 |
| Binary | 11110011 | 1000001 | 10111011 | 0 | 1001001 | 10111 | 101 | 100111111 | 1011000 | 111100 |
Color Harmonies of #F341BB
Complementary color
Monochromatic Colors of #F341BB
Black with #F341BB
Text Example
Text Example
White with #F341BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F341BB; }
p { color: rgb(243,65,187); }
H1.HeaderClassName
{
color: #F341BB;
}
.AnyTagClassName
{
color: #F341BB;
}
</style>
background-color css
<style>
a { background-color: #F341BB; }
a { background-color: rgb(243,65,187); }
div.DivClassName
{
background-color: #F341BB;
}
.BgClassName
{
background-color: #F341BB;
}
</style>
border-color css
<style>
span { border-color: #F341BB; }
span { border-color: rgb(243,65,187); }
td.TdClassName
{
border-color: #F341BB;
}
.TagClassName
{
border-color: #F341BB;
}
</style>