Shades of Razzle Dazzle Rose #F936C5
Tints of Razzle Dazzle Rose #F936C5
RGB
CMYK
RGB Variations
Color information
#F936C5 (or 0xF936C5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 36 and C5. RGB value is (249,54,197). Sum of RGB (Red+Green+Blue) = 249+54+197=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F936C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F936C5 is #06C93A. Grayscale: #808080. Windows color (decimal): -444731 or 12924665. OLE color: 12924665.
HSL color Cylindrical-coordinate representation of color #F936C5: hue angle of 316º 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 #F936C5 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 54 | 197 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.02 |
| HSL | 316º | 0.94% | 0.59% | - |
| HSV(B) | 316º | 0.78% | 0.98% | - |
| XYZ | 50.46 | 26.81 | 55.34 | - |
| YUV | 128.61 | 166.6 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 54 | 197 | 0 | 0.78 | 0.21 | 0.02 | 316 | 0.94 | 0.59 |
| Hex | F9 | 36 | C5 | 0 | 4E | 15 | 2 | 13C | 5E | 3B |
| Octal | 371 | 66 | 305 | 0 | 116 | 25 | 2 | 474 | 136 | 73 |
| Binary | 11111001 | 110110 | 11000101 | 0 | 1001110 | 10101 | 10 | 100111100 | 1011110 | 111011 |
Color Harmonies of #F936C5
Complementary color
Monochromatic Colors of #F936C5
Black with #F936C5
Text Example
Text Example
White with #F936C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F936C5; }
p { color: rgb(249,54,197); }
H1.HeaderClassName
{
color: #F936C5;
}
.AnyTagClassName
{
color: #F936C5;
}
</style>
background-color css
<style>
a { background-color: #F936C5; }
a { background-color: rgb(249,54,197); }
div.DivClassName
{
background-color: #F936C5;
}
.BgClassName
{
background-color: #F936C5;
}
</style>
border-color css
<style>
span { border-color: #F936C5; }
span { border-color: rgb(249,54,197); }
td.TdClassName
{
border-color: #F936C5;
}
.TagClassName
{
border-color: #F936C5;
}
</style>