Shades of Razzle Dazzle Rose #F921C9
Tints of Razzle Dazzle Rose #F921C9
RGB
CMYK
RGB Variations
Color information
#F921C9 (or 0xF921C9) is known color: Razzle Dazzle Rose. HEX triplet: F9, 21 and C9. RGB value is (249,33,201). Sum of RGB (Red+Green+Blue) = 249+33+201=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 33 (13.28% from 255 or 6.83% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F921C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F921C9 is #06DE36. Grayscale: #747474. Windows color (decimal): -450103 or 13181433. OLE color: 13181433.
HSL color Cylindrical-coordinate representation of color #F921C9: hue angle of 313.33º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F921C9 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 201 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.02 |
| HSL | 313.33º | 0.95% | 0.55% | - |
| HSV(B) | 313.33º | 0.87% | 0.98% | - |
| XYZ | 50.15 | 25.44 | 57.53 | - |
| YUV | 116.74 | 175.56 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 201 | 0 | 0.87 | 0.19 | 0.02 | 313.33 | 0.95 | 0.55 |
| Hex | F9 | 21 | C9 | 0 | 57 | 13 | 2 | 139 | 5F | 37 |
| Octal | 371 | 41 | 311 | 0 | 127 | 23 | 2 | 471 | 137 | 67 |
| Binary | 11111001 | 100001 | 11001001 | 0 | 1010111 | 10011 | 10 | 100111001 | 1011111 | 110111 |
Color Harmonies of #F921C9
Complementary color
Monochromatic Colors of #F921C9
Black with #F921C9
Text Example
Text Example
White with #F921C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F921C9; }
p { color: rgb(249,33,201); }
H1.HeaderClassName
{
color: #F921C9;
}
.AnyTagClassName
{
color: #F921C9;
}
</style>
background-color css
<style>
a { background-color: #F921C9; }
a { background-color: rgb(249,33,201); }
div.DivClassName
{
background-color: #F921C9;
}
.BgClassName
{
background-color: #F921C9;
}
</style>
border-color css
<style>
span { border-color: #F921C9; }
span { border-color: rgb(249,33,201); }
td.TdClassName
{
border-color: #F921C9;
}
.TagClassName
{
border-color: #F921C9;
}
</style>