Shades of Razzle Dazzle Rose #F92DF5
Tints of Razzle Dazzle Rose #F92DF5
RGB
CMYK
RGB Variations
Color information
#F92DF5 (or 0xF92DF5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2D and F5. RGB value is (249,45,245). Sum of RGB (Red+Green+Blue) = 249+45+245=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 45 (17.97% from 255 or 8.35% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F92DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F92DF5 is #06D20A. Grayscale: #808080. Windows color (decimal): -446987 or 16068089. OLE color: 16068089.
HSL color Cylindrical-coordinate representation of color #F92DF5: hue angle of 301.18º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92DF5 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 245 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.02 |
| HSL | 301.18º | 0.94% | 0.58% | - |
| HSV(B) | 301.18º | 0.82% | 0.98% | - |
| XYZ | 56.49 | 28.61 | 88.93 | - |
| YUV | 128.8 | 193.59 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 245 | 0 | 0.82 | 0.02 | 0.02 | 301.18 | 0.94 | 0.58 |
| Hex | F9 | 2D | F5 | 0 | 52 | 2 | 2 | 12D | 5E | 3A |
| Octal | 371 | 55 | 365 | 0 | 122 | 2 | 2 | 455 | 136 | 72 |
| Binary | 11111001 | 101101 | 11110101 | 0 | 1010010 | 10 | 10 | 100101101 | 1011110 | 111010 |
Color Harmonies of #F92DF5
Complementary color
Monochromatic Colors of #F92DF5
Black with #F92DF5
Text Example
Text Example
White with #F92DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92DF5; }
p { color: rgb(249,45,245); }
H1.HeaderClassName
{
color: #F92DF5;
}
.AnyTagClassName
{
color: #F92DF5;
}
</style>
background-color css
<style>
a { background-color: #F92DF5; }
a { background-color: rgb(249,45,245); }
div.DivClassName
{
background-color: #F92DF5;
}
.BgClassName
{
background-color: #F92DF5;
}
</style>
border-color css
<style>
span { border-color: #F92DF5; }
span { border-color: rgb(249,45,245); }
td.TdClassName
{
border-color: #F92DF5;
}
.TagClassName
{
border-color: #F92DF5;
}
</style>