Shades of Razzle Dazzle Rose #F94BCB
Tints of Razzle Dazzle Rose #F94BCB
RGB
CMYK
RGB Variations
Color information
#F94BCB (or 0xF94BCB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 4B and CB. RGB value is (249,75,203). Sum of RGB (Red+Green+Blue) = 249+75+203=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 75 (29.69% from 255 or 14.23% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F94BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94BCB is #06B434. Grayscale: #8D8D8D. Windows color (decimal): -439349 or 13323257. OLE color: 13323257.
HSL color Cylindrical-coordinate representation of color #F94BCB: hue angle of 315.86º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94BCB is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 75 | 203 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.02 |
| HSL | 315.86º | 0.94% | 0.64% | - |
| HSV(B) | 315.86º | 0.7% | 0.98% | - |
| XYZ | 52.36 | 29.48 | 59.43 | - |
| YUV | 141.62 | 162.65 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 75 | 203 | 0 | 0.70 | 0.18 | 0.02 | 315.86 | 0.94 | 0.64 |
| Hex | F9 | 4B | CB | 0 | 46 | 12 | 2 | 13C | 5E | 40 |
| Octal | 371 | 113 | 313 | 0 | 106 | 22 | 2 | 474 | 136 | 100 |
| Binary | 11111001 | 1001011 | 11001011 | 0 | 1000110 | 10010 | 10 | 100111100 | 1011110 | 1000000 |
Color Harmonies of #F94BCB
Complementary color
Monochromatic Colors of #F94BCB
Black with #F94BCB
Text Example
Text Example
White with #F94BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94BCB; }
p { color: rgb(249,75,203); }
H1.HeaderClassName
{
color: #F94BCB;
}
.AnyTagClassName
{
color: #F94BCB;
}
</style>
background-color css
<style>
a { background-color: #F94BCB; }
a { background-color: rgb(249,75,203); }
div.DivClassName
{
background-color: #F94BCB;
}
.BgClassName
{
background-color: #F94BCB;
}
</style>
border-color css
<style>
span { border-color: #F94BCB; }
span { border-color: rgb(249,75,203); }
td.TdClassName
{
border-color: #F94BCB;
}
.TagClassName
{
border-color: #F94BCB;
}
</style>