Shades of Razzle Dazzle Rose #F938DF
Tints of Razzle Dazzle Rose #F938DF
RGB
CMYK
RGB Variations
Color information
#F938DF (or 0xF938DF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 38 and DF. RGB value is (249,56,223). Sum of RGB (Red+Green+Blue) = 249+56+223=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 56 (22.27% from 255 or 10.61% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F938DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F938DF is #06C720. Grayscale: #848484. Windows color (decimal): -444193 or 14629113. OLE color: 14629113.
HSL color Cylindrical-coordinate representation of color #F938DF: hue angle of 308.08º 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 #F938DF is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 223 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.02 |
| HSL | 308.08º | 0.94% | 0.6% | - |
| HSV(B) | 308.08º | 0.78% | 0.98% | - |
| XYZ | 53.8 | 28.3 | 72.44 | - |
| YUV | 132.75 | 178.94 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 223 | 0 | 0.78 | 0.10 | 0.02 | 308.08 | 0.94 | 0.6 |
| Hex | F9 | 38 | DF | 0 | 4E | A | 2 | 134 | 5E | 3C |
| Octal | 371 | 70 | 337 | 0 | 116 | 12 | 2 | 464 | 136 | 74 |
| Binary | 11111001 | 111000 | 11011111 | 0 | 1001110 | 1010 | 10 | 100110100 | 1011110 | 111100 |
Color Harmonies of #F938DF
Complementary color
Monochromatic Colors of #F938DF
Black with #F938DF
Text Example
Text Example
White with #F938DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F938DF; }
p { color: rgb(249,56,223); }
H1.HeaderClassName
{
color: #F938DF;
}
.AnyTagClassName
{
color: #F938DF;
}
</style>
background-color css
<style>
a { background-color: #F938DF; }
a { background-color: rgb(249,56,223); }
div.DivClassName
{
background-color: #F938DF;
}
.BgClassName
{
background-color: #F938DF;
}
</style>
border-color css
<style>
span { border-color: #F938DF; }
span { border-color: rgb(249,56,223); }
td.TdClassName
{
border-color: #F938DF;
}
.TagClassName
{
border-color: #F938DF;
}
</style>