Shades of Razzle Dazzle Rose #F241DA
Tints of Razzle Dazzle Rose #F241DA
RGB
CMYK
RGB Variations
Color information
#F241DA (or 0xF241DA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 41 and DA. RGB value is (242,65,218). Sum of RGB (Red+Green+Blue) = 242+65+218=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 65 (25.78% from 255 or 12.38% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F241DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F241DA is #0DBE25. Grayscale: #868686. Windows color (decimal): -900646 or 14303730. OLE color: 14303730.
HSL color Cylindrical-coordinate representation of color #F241DA: hue angle of 308.14º degrees, saturation: 0.87, 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 #F241DA is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 218 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.05 |
| HSL | 308.14º | 0.87% | 0.6% | - |
| HSV(B) | 308.14º | 0.73% | 0.95% | - |
| XYZ | 51.16 | 27.72 | 68.98 | - |
| YUV | 135.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 218 | 0 | 0.73 | 0.10 | 0.05 | 308.14 | 0.87 | 0.6 |
| Hex | F2 | 41 | DA | 0 | 49 | A | 5 | 134 | 57 | 3C |
| Octal | 362 | 101 | 332 | 0 | 111 | 12 | 5 | 464 | 127 | 74 |
| Binary | 11110010 | 1000001 | 11011010 | 0 | 1001001 | 1010 | 101 | 100110100 | 1010111 | 111100 |
Color Harmonies of #F241DA
Complementary color
Monochromatic Colors of #F241DA
Black with #F241DA
Text Example
Text Example
White with #F241DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F241DA; }
p { color: rgb(242,65,218); }
H1.HeaderClassName
{
color: #F241DA;
}
.AnyTagClassName
{
color: #F241DA;
}
</style>
background-color css
<style>
a { background-color: #F241DA; }
a { background-color: rgb(242,65,218); }
div.DivClassName
{
background-color: #F241DA;
}
.BgClassName
{
background-color: #F241DA;
}
</style>
border-color css
<style>
span { border-color: #F241DA; }
span { border-color: rgb(242,65,218); }
td.TdClassName
{
border-color: #F241DA;
}
.TagClassName
{
border-color: #F241DA;
}
</style>