Shades of Razzle Dazzle Rose #F341DB
Tints of Razzle Dazzle Rose #F341DB
RGB
CMYK
RGB Variations
Color information
#F341DB (or 0xF341DB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 41 and DB. RGB value is (243,65,219). Sum of RGB (Red+Green+Blue) = 243+65+219=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 65 (25.78% from 255 or 12.33% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F341DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F341DB is #0CBE24. Grayscale: #878787. Windows color (decimal): -835109 or 14369267. OLE color: 14369267.
HSL color Cylindrical-coordinate representation of color #F341DB: hue angle of 308.09º 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 #F341DB is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 219 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.05 |
| HSL | 308.09º | 0.88% | 0.6% | - |
| HSV(B) | 308.09º | 0.73% | 0.95% | - |
| XYZ | 51.64 | 27.95 | 69.69 | - |
| YUV | 135.78 | 174.97 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 219 | 0 | 0.73 | 0.10 | 0.05 | 308.09 | 0.88 | 0.6 |
| Hex | F3 | 41 | DB | 0 | 49 | A | 5 | 134 | 58 | 3C |
| Octal | 363 | 101 | 333 | 0 | 111 | 12 | 5 | 464 | 130 | 74 |
| Binary | 11110011 | 1000001 | 11011011 | 0 | 1001001 | 1010 | 101 | 100110100 | 1011000 | 111100 |
Color Harmonies of #F341DB
Complementary color
Monochromatic Colors of #F341DB
Black with #F341DB
Text Example
Text Example
White with #F341DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F341DB; }
p { color: rgb(243,65,219); }
H1.HeaderClassName
{
color: #F341DB;
}
.AnyTagClassName
{
color: #F341DB;
}
</style>
background-color css
<style>
a { background-color: #F341DB; }
a { background-color: rgb(243,65,219); }
div.DivClassName
{
background-color: #F341DB;
}
.BgClassName
{
background-color: #F341DB;
}
</style>
border-color css
<style>
span { border-color: #F341DB; }
span { border-color: rgb(243,65,219); }
td.TdClassName
{
border-color: #F341DB;
}
.TagClassName
{
border-color: #F341DB;
}
</style>