Shades of Razzle Dazzle Rose #F238DA
Tints of Razzle Dazzle Rose #F238DA
RGB
CMYK
RGB Variations
Color information
#F238DA (or 0xF238DA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 38 and DA. RGB value is (242,56,218). Sum of RGB (Red+Green+Blue) = 242+56+218=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 56 (22.27% from 255 or 10.85% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F238DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F238DA is #0DC725. Grayscale: #818181. Windows color (decimal): -902950 or 14301426. OLE color: 14301426.
HSL color Cylindrical-coordinate representation of color #F238DA: hue angle of 307.74º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F238DA is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 218 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.05 |
| HSL | 307.74º | 0.88% | 0.58% | - |
| HSV(B) | 307.74º | 0.77% | 0.95% | - |
| XYZ | 50.69 | 26.77 | 68.82 | - |
| YUV | 130.08 | 177.62 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 218 | 0 | 0.77 | 0.10 | 0.05 | 307.74 | 0.88 | 0.58 |
| Hex | F2 | 38 | DA | 0 | 4D | A | 5 | 134 | 58 | 3A |
| Octal | 362 | 70 | 332 | 0 | 115 | 12 | 5 | 464 | 130 | 72 |
| Binary | 11110010 | 111000 | 11011010 | 0 | 1001101 | 1010 | 101 | 100110100 | 1011000 | 111010 |
Color Harmonies of #F238DA
Complementary color
Monochromatic Colors of #F238DA
Black with #F238DA
Text Example
Text Example
White with #F238DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238DA; }
p { color: rgb(242,56,218); }
H1.HeaderClassName
{
color: #F238DA;
}
.AnyTagClassName
{
color: #F238DA;
}
</style>
background-color css
<style>
a { background-color: #F238DA; }
a { background-color: rgb(242,56,218); }
div.DivClassName
{
background-color: #F238DA;
}
.BgClassName
{
background-color: #F238DA;
}
</style>
border-color css
<style>
span { border-color: #F238DA; }
span { border-color: rgb(242,56,218); }
td.TdClassName
{
border-color: #F238DA;
}
.TagClassName
{
border-color: #F238DA;
}
</style>