Shades of Razzle Dazzle Rose #F938DB
Tints of Razzle Dazzle Rose #F938DB
RGB
CMYK
RGB Variations
Color information
#F938DB (or 0xF938DB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 38 and DB. RGB value is (249,56,219). Sum of RGB (Red+Green+Blue) = 249+56+219=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 56 (22.27% from 255 or 10.69% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F938DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F938DB is #06C724. Grayscale: #838383. Windows color (decimal): -444197 or 14366969. OLE color: 14366969.
HSL color Cylindrical-coordinate representation of color #F938DB: hue angle of 309.33º 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 #F938DB is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 219 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.02 |
| HSL | 309.33º | 0.94% | 0.6% | - |
| HSV(B) | 309.33º | 0.78% | 0.98% | - |
| XYZ | 53.27 | 28.08 | 69.63 | - |
| YUV | 132.29 | 176.94 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 219 | 0 | 0.78 | 0.12 | 0.02 | 309.33 | 0.94 | 0.6 |
| Hex | F9 | 38 | DB | 0 | 4E | C | 2 | 135 | 5E | 3C |
| Octal | 371 | 70 | 333 | 0 | 116 | 14 | 2 | 465 | 136 | 74 |
| Binary | 11111001 | 111000 | 11011011 | 0 | 1001110 | 1100 | 10 | 100110101 | 1011110 | 111100 |
Color Harmonies of #F938DB
Complementary color
Monochromatic Colors of #F938DB
Black with #F938DB
Text Example
Text Example
White with #F938DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F938DB; }
p { color: rgb(249,56,219); }
H1.HeaderClassName
{
color: #F938DB;
}
.AnyTagClassName
{
color: #F938DB;
}
</style>
background-color css
<style>
a { background-color: #F938DB; }
a { background-color: rgb(249,56,219); }
div.DivClassName
{
background-color: #F938DB;
}
.BgClassName
{
background-color: #F938DB;
}
</style>
border-color css
<style>
span { border-color: #F938DB; }
span { border-color: rgb(249,56,219); }
td.TdClassName
{
border-color: #F938DB;
}
.TagClassName
{
border-color: #F938DB;
}
</style>