Shades of Razzle Dazzle Rose #F341B7
Tints of Razzle Dazzle Rose #F341B7
RGB
CMYK
RGB Variations
Color information
#F341B7 (or 0xF341B7) is known color: Razzle Dazzle Rose. HEX triplet: F3, 41 and B7. RGB value is (243,65,183). Sum of RGB (Red+Green+Blue) = 243+65+183=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F341B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F341B7 is #0CBE48. Grayscale: #838383. Windows color (decimal): -835145 or 12009971. OLE color: 12009971.
HSL color Cylindrical-coordinate representation of color #F341B7: hue angle of 320.22º 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 #F341B7 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 183 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.05 |
| HSL | 320.22º | 0.88% | 0.6% | - |
| HSV(B) | 320.22º | 0.73% | 0.95% | - |
| XYZ | 47.4 | 26.25 | 47.37 | - |
| YUV | 131.67 | 156.97 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 183 | 0 | 0.73 | 0.25 | 0.05 | 320.22 | 0.88 | 0.6 |
| Hex | F3 | 41 | B7 | 0 | 49 | 19 | 5 | 140 | 58 | 3C |
| Octal | 363 | 101 | 267 | 0 | 111 | 31 | 5 | 500 | 130 | 74 |
| Binary | 11110011 | 1000001 | 10110111 | 0 | 1001001 | 11001 | 101 | 101000000 | 1011000 | 111100 |
Color Harmonies of #F341B7
Complementary color
Monochromatic Colors of #F341B7
Black with #F341B7
Text Example
Text Example
White with #F341B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F341B7; }
p { color: rgb(243,65,183); }
H1.HeaderClassName
{
color: #F341B7;
}
.AnyTagClassName
{
color: #F341B7;
}
</style>
background-color css
<style>
a { background-color: #F341B7; }
a { background-color: rgb(243,65,183); }
div.DivClassName
{
background-color: #F341B7;
}
.BgClassName
{
background-color: #F341B7;
}
</style>
border-color css
<style>
span { border-color: #F341B7; }
span { border-color: rgb(243,65,183); }
td.TdClassName
{
border-color: #F341B7;
}
.TagClassName
{
border-color: #F341B7;
}
</style>