Shades of Razzle Dazzle Rose #F341DA
Tints of Razzle Dazzle Rose #F341DA
RGB
CMYK
RGB Variations
Color information
#F341DA (or 0xF341DA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 41 and DA. RGB value is (243,65,218). Sum of RGB (Red+Green+Blue) = 243+65+218=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 65 (25.78% from 255 or 12.36% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F341DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F341DA is #0CBE25. Grayscale: #878787. Windows color (decimal): -835110 or 14303731. OLE color: 14303731.
HSL color Cylindrical-coordinate representation of color #F341DA: hue angle of 308.43º 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 #F341DA is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 218 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.05 |
| HSL | 308.43º | 0.88% | 0.6% | - |
| HSV(B) | 308.43º | 0.73% | 0.95% | - |
| XYZ | 51.51 | 27.9 | 69 | - |
| YUV | 135.66 | 174.47 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 218 | 0 | 0.73 | 0.10 | 0.05 | 308.43 | 0.88 | 0.6 |
| Hex | F3 | 41 | DA | 0 | 49 | A | 5 | 134 | 58 | 3C |
| Octal | 363 | 101 | 332 | 0 | 111 | 12 | 5 | 464 | 130 | 74 |
| Binary | 11110011 | 1000001 | 11011010 | 0 | 1001001 | 1010 | 101 | 100110100 | 1011000 | 111100 |
Color Harmonies of #F341DA
Complementary color
Monochromatic Colors of #F341DA
Black with #F341DA
Text Example
Text Example
White with #F341DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F341DA; }
p { color: rgb(243,65,218); }
H1.HeaderClassName
{
color: #F341DA;
}
.AnyTagClassName
{
color: #F341DA;
}
</style>
background-color css
<style>
a { background-color: #F341DA; }
a { background-color: rgb(243,65,218); }
div.DivClassName
{
background-color: #F341DA;
}
.BgClassName
{
background-color: #F341DA;
}
</style>
border-color css
<style>
span { border-color: #F341DA; }
span { border-color: rgb(243,65,218); }
td.TdClassName
{
border-color: #F341DA;
}
.TagClassName
{
border-color: #F341DA;
}
</style>