Shades of Razzle Dazzle Rose #F931B8
Tints of Razzle Dazzle Rose #F931B8
RGB
CMYK
RGB Variations
Color information
#F931B8 (or 0xF931B8) is known color: Razzle Dazzle Rose. HEX triplet: F9, 31 and B8. RGB value is (249,49,184). Sum of RGB (Red+Green+Blue) = 249+49+184=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F931B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F931B8 is #06CE47. Grayscale: #7B7B7B. Windows color (decimal): -446024 or 12071417. OLE color: 12071417.
HSL color Cylindrical-coordinate representation of color #F931B8: hue angle of 319.5º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F931B8 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 184 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.02 |
| HSL | 319.5º | 0.94% | 0.58% | - |
| HSV(B) | 319.5º | 0.8% | 0.98% | - |
| XYZ | 48.82 | 25.8 | 47.75 | - |
| YUV | 124.19 | 161.76 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 184 | 0 | 0.80 | 0.26 | 0.02 | 319.5 | 0.94 | 0.58 |
| Hex | F9 | 31 | B8 | 0 | 50 | 1A | 2 | 140 | 5E | 3A |
| Octal | 371 | 61 | 270 | 0 | 120 | 32 | 2 | 500 | 136 | 72 |
| Binary | 11111001 | 110001 | 10111000 | 0 | 1010000 | 11010 | 10 | 101000000 | 1011110 | 111010 |
Color Harmonies of #F931B8
Complementary color
Monochromatic Colors of #F931B8
Black with #F931B8
Text Example
Text Example
White with #F931B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F931B8; }
p { color: rgb(249,49,184); }
H1.HeaderClassName
{
color: #F931B8;
}
.AnyTagClassName
{
color: #F931B8;
}
</style>
background-color css
<style>
a { background-color: #F931B8; }
a { background-color: rgb(249,49,184); }
div.DivClassName
{
background-color: #F931B8;
}
.BgClassName
{
background-color: #F931B8;
}
</style>
border-color css
<style>
span { border-color: #F931B8; }
span { border-color: rgb(249,49,184); }
td.TdClassName
{
border-color: #F931B8;
}
.TagClassName
{
border-color: #F931B8;
}
</style>