Shades of Razzle Dazzle Rose #F934B8
Tints of Razzle Dazzle Rose #F934B8
RGB
CMYK
RGB Variations
Color information
#F934B8 (or 0xF934B8) is known color: Razzle Dazzle Rose. HEX triplet: F9, 34 and B8. RGB value is (249,52,184). Sum of RGB (Red+Green+Blue) = 249+52+184=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F934B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F934B8 is #06CB47. Grayscale: #7D7D7D. Windows color (decimal): -445256 or 12072185. OLE color: 12072185.
HSL color Cylindrical-coordinate representation of color #F934B8: hue angle of 319.8º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F934B8 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 184 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.02 |
| HSL | 319.8º | 0.94% | 0.59% | - |
| HSV(B) | 319.8º | 0.79% | 0.98% | - |
| XYZ | 48.95 | 26.06 | 47.8 | - |
| YUV | 125.95 | 160.77 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 184 | 0 | 0.79 | 0.26 | 0.02 | 319.8 | 0.94 | 0.59 |
| Hex | F9 | 34 | B8 | 0 | 4F | 1A | 2 | 140 | 5E | 3B |
| Octal | 371 | 64 | 270 | 0 | 117 | 32 | 2 | 500 | 136 | 73 |
| Binary | 11111001 | 110100 | 10111000 | 0 | 1001111 | 11010 | 10 | 101000000 | 1011110 | 111011 |
Color Harmonies of #F934B8
Complementary color
Monochromatic Colors of #F934B8
Black with #F934B8
Text Example
Text Example
White with #F934B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F934B8; }
p { color: rgb(249,52,184); }
H1.HeaderClassName
{
color: #F934B8;
}
.AnyTagClassName
{
color: #F934B8;
}
</style>
background-color css
<style>
a { background-color: #F934B8; }
a { background-color: rgb(249,52,184); }
div.DivClassName
{
background-color: #F934B8;
}
.BgClassName
{
background-color: #F934B8;
}
</style>
border-color css
<style>
span { border-color: #F934B8; }
span { border-color: rgb(249,52,184); }
td.TdClassName
{
border-color: #F934B8;
}
.TagClassName
{
border-color: #F934B8;
}
</style>