Shades of Razzle Dazzle Rose #F536B8
Tints of Razzle Dazzle Rose #F536B8
RGB
CMYK
RGB Variations
Color information
#F536B8 (or 0xF536B8) is known color: Razzle Dazzle Rose. HEX triplet: F5, 36 and B8. RGB value is (245,54,184). Sum of RGB (Red+Green+Blue) = 245+54+184=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 54 (21.48% from 255 or 11.18% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F536B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F536B8 is #0AC947. Grayscale: #7D7D7D. Windows color (decimal): -706888 or 12072693. OLE color: 12072693.
HSL color Cylindrical-coordinate representation of color #F536B8: hue angle of 319.16º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F536B8 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 184 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.04 |
| HSL | 319.16º | 0.91% | 0.59% | - |
| HSV(B) | 319.16º | 0.78% | 0.96% | - |
| XYZ | 47.63 | 25.51 | 47.76 | - |
| YUV | 125.93 | 160.78 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 184 | 0 | 0.78 | 0.25 | 0.04 | 319.16 | 0.91 | 0.59 |
| Hex | F5 | 36 | B8 | 0 | 4E | 19 | 4 | 13F | 5B | 3B |
| Octal | 365 | 66 | 270 | 0 | 116 | 31 | 4 | 477 | 133 | 73 |
| Binary | 11110101 | 110110 | 10111000 | 0 | 1001110 | 11001 | 100 | 100111111 | 1011011 | 111011 |
Color Harmonies of #F536B8
Complementary color
Monochromatic Colors of #F536B8
Black with #F536B8
Text Example
Text Example
White with #F536B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F536B8; }
p { color: rgb(245,54,184); }
H1.HeaderClassName
{
color: #F536B8;
}
.AnyTagClassName
{
color: #F536B8;
}
</style>
background-color css
<style>
a { background-color: #F536B8; }
a { background-color: rgb(245,54,184); }
div.DivClassName
{
background-color: #F536B8;
}
.BgClassName
{
background-color: #F536B8;
}
</style>
border-color css
<style>
span { border-color: #F536B8; }
span { border-color: rgb(245,54,184); }
td.TdClassName
{
border-color: #F536B8;
}
.TagClassName
{
border-color: #F536B8;
}
</style>