Shades of Razzle Dazzle Rose #F341B4
Tints of Razzle Dazzle Rose #F341B4
RGB
CMYK
RGB Variations
Color information
#F341B4 (or 0xF341B4) is known color: Razzle Dazzle Rose. HEX triplet: F3, 41 and B4. RGB value is (243,65,180). Sum of RGB (Red+Green+Blue) = 243+65+180=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F341B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F341B4 is #0CBE4B. Grayscale: #838383. Windows color (decimal): -835148 or 11813363. OLE color: 11813363.
HSL color Cylindrical-coordinate representation of color #F341B4: hue angle of 321.24º 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 #F341B4 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 180 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.05 |
| HSL | 321.24º | 0.88% | 0.6% | - |
| HSV(B) | 321.24º | 0.73% | 0.95% | - |
| XYZ | 47.09 | 26.13 | 45.74 | - |
| YUV | 131.33 | 155.47 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 180 | 0 | 0.73 | 0.26 | 0.05 | 321.24 | 0.88 | 0.6 |
| Hex | F3 | 41 | B4 | 0 | 49 | 1A | 5 | 141 | 58 | 3C |
| Octal | 363 | 101 | 264 | 0 | 111 | 32 | 5 | 501 | 130 | 74 |
| Binary | 11110011 | 1000001 | 10110100 | 0 | 1001001 | 11010 | 101 | 101000001 | 1011000 | 111100 |
Color Harmonies of #F341B4
Complementary color
Monochromatic Colors of #F341B4
Black with #F341B4
Text Example
Text Example
White with #F341B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F341B4; }
p { color: rgb(243,65,180); }
H1.HeaderClassName
{
color: #F341B4;
}
.AnyTagClassName
{
color: #F341B4;
}
</style>
background-color css
<style>
a { background-color: #F341B4; }
a { background-color: rgb(243,65,180); }
div.DivClassName
{
background-color: #F341B4;
}
.BgClassName
{
background-color: #F341B4;
}
</style>
border-color css
<style>
span { border-color: #F341B4; }
span { border-color: rgb(243,65,180); }
td.TdClassName
{
border-color: #F341B4;
}
.TagClassName
{
border-color: #F341B4;
}
</style>