Shades of Razzle Dazzle Rose #F938DC
Tints of Razzle Dazzle Rose #F938DC
RGB
CMYK
RGB Variations
Color information
#F938DC (or 0xF938DC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 38 and DC. RGB value is (249,56,220). Sum of RGB (Red+Green+Blue) = 249+56+220=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 56 (22.27% from 255 or 10.67% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F938DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F938DC is #06C723. Grayscale: #838383. Windows color (decimal): -444196 or 14432505. OLE color: 14432505.
HSL color Cylindrical-coordinate representation of color #F938DC: hue angle of 309.02º 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 #F938DC is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 220 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.02 |
| HSL | 309.02º | 0.94% | 0.6% | - |
| HSV(B) | 309.02º | 0.78% | 0.98% | - |
| XYZ | 53.4 | 28.14 | 70.33 | - |
| YUV | 132.4 | 177.44 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 220 | 0 | 0.78 | 0.12 | 0.02 | 309.02 | 0.94 | 0.6 |
| Hex | F9 | 38 | DC | 0 | 4E | C | 2 | 135 | 5E | 3C |
| Octal | 371 | 70 | 334 | 0 | 116 | 14 | 2 | 465 | 136 | 74 |
| Binary | 11111001 | 111000 | 11011100 | 0 | 1001110 | 1100 | 10 | 100110101 | 1011110 | 111100 |
Color Harmonies of #F938DC
Complementary color
Monochromatic Colors of #F938DC
Black with #F938DC
Text Example
Text Example
White with #F938DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F938DC; }
p { color: rgb(249,56,220); }
H1.HeaderClassName
{
color: #F938DC;
}
.AnyTagClassName
{
color: #F938DC;
}
</style>
background-color css
<style>
a { background-color: #F938DC; }
a { background-color: rgb(249,56,220); }
div.DivClassName
{
background-color: #F938DC;
}
.BgClassName
{
background-color: #F938DC;
}
</style>
border-color css
<style>
span { border-color: #F938DC; }
span { border-color: rgb(249,56,220); }
td.TdClassName
{
border-color: #F938DC;
}
.TagClassName
{
border-color: #F938DC;
}
</style>