Shades of Razzle Dazzle Rose #F938DD
Tints of Razzle Dazzle Rose #F938DD
RGB
CMYK
RGB Variations
Color information
#F938DD (or 0xF938DD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 38 and DD. RGB value is (249,56,221). Sum of RGB (Red+Green+Blue) = 249+56+221=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 56 (22.27% from 255 or 10.65% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F938DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F938DD is #06C722. Grayscale: #848484. Windows color (decimal): -444195 or 14498041. OLE color: 14498041.
HSL color Cylindrical-coordinate representation of color #F938DD: hue angle of 308.7º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F938DD is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 221 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.02 |
| HSL | 308.7º | 0.94% | 0.6% | - |
| HSV(B) | 308.7º | 0.78% | 0.98% | - |
| XYZ | 53.53 | 28.19 | 71.03 | - |
| YUV | 132.52 | 177.94 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 221 | 0 | 0.78 | 0.11 | 0.02 | 308.7 | 0.94 | 0.6 |
| Hex | F9 | 38 | DD | 0 | 4E | B | 2 | 135 | 5E | 3C |
| Octal | 371 | 70 | 335 | 0 | 116 | 13 | 2 | 465 | 136 | 74 |
| Binary | 11111001 | 111000 | 11011101 | 0 | 1001110 | 1011 | 10 | 100110101 | 1011110 | 111100 |
Color Harmonies of #F938DD
Complementary color
Monochromatic Colors of #F938DD
Black with #F938DD
Text Example
Text Example
White with #F938DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F938DD; }
p { color: rgb(249,56,221); }
H1.HeaderClassName
{
color: #F938DD;
}
.AnyTagClassName
{
color: #F938DD;
}
</style>
background-color css
<style>
a { background-color: #F938DD; }
a { background-color: rgb(249,56,221); }
div.DivClassName
{
background-color: #F938DD;
}
.BgClassName
{
background-color: #F938DD;
}
</style>
border-color css
<style>
span { border-color: #F938DD; }
span { border-color: rgb(249,56,221); }
td.TdClassName
{
border-color: #F938DD;
}
.TagClassName
{
border-color: #F938DD;
}
</style>