Shades of Razzle Dazzle Rose #F936BA
Tints of Razzle Dazzle Rose #F936BA
RGB
CMYK
RGB Variations
Color information
#F936BA (or 0xF936BA) is known color: Razzle Dazzle Rose. HEX triplet: F9, 36 and BA. RGB value is (249,54,186). Sum of RGB (Red+Green+Blue) = 249+54+186=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 54 (21.48% from 255 or 11.04% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F936BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F936BA is #06C945. Grayscale: #7F7F7F. Windows color (decimal): -444742 or 12203769. OLE color: 12203769.
HSL color Cylindrical-coordinate representation of color #F936BA: hue angle of 319.38º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F936BA is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 54 | 186 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.02 |
| HSL | 319.38º | 0.94% | 0.59% | - |
| HSV(B) | 319.38º | 0.78% | 0.98% | - |
| XYZ | 49.25 | 26.32 | 48.94 | - |
| YUV | 127.35 | 161.1 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 54 | 186 | 0 | 0.78 | 0.25 | 0.02 | 319.38 | 0.94 | 0.59 |
| Hex | F9 | 36 | BA | 0 | 4E | 19 | 2 | 13F | 5E | 3B |
| Octal | 371 | 66 | 272 | 0 | 116 | 31 | 2 | 477 | 136 | 73 |
| Binary | 11111001 | 110110 | 10111010 | 0 | 1001110 | 11001 | 10 | 100111111 | 1011110 | 111011 |
Color Harmonies of #F936BA
Complementary color
Monochromatic Colors of #F936BA
Black with #F936BA
Text Example
Text Example
White with #F936BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F936BA; }
p { color: rgb(249,54,186); }
H1.HeaderClassName
{
color: #F936BA;
}
.AnyTagClassName
{
color: #F936BA;
}
</style>
background-color css
<style>
a { background-color: #F936BA; }
a { background-color: rgb(249,54,186); }
div.DivClassName
{
background-color: #F936BA;
}
.BgClassName
{
background-color: #F936BA;
}
</style>
border-color css
<style>
span { border-color: #F936BA; }
span { border-color: rgb(249,54,186); }
td.TdClassName
{
border-color: #F936BA;
}
.TagClassName
{
border-color: #F936BA;
}
</style>