Shades of Razzle Dazzle Rose #F930F0
Tints of Razzle Dazzle Rose #F930F0
RGB
CMYK
RGB Variations
Color information
#F930F0 (or 0xF930F0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 30 and F0. RGB value is (249,48,240). Sum of RGB (Red+Green+Blue) = 249+48+240=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 48 (19.14% from 255 or 8.94% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F930F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F930F0 is #06CF0F. Grayscale: #818181. Windows color (decimal): -446224 or 15741177. OLE color: 15741177.
HSL color Cylindrical-coordinate representation of color #F930F0: hue angle of 302.69º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F930F0 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 240 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.02 |
| HSL | 302.69º | 0.94% | 0.58% | - |
| HSV(B) | 302.69º | 0.81% | 0.98% | - |
| XYZ | 55.85 | 28.54 | 85 | - |
| YUV | 129.99 | 190.09 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 240 | 0 | 0.81 | 0.04 | 0.02 | 302.69 | 0.94 | 0.58 |
| Hex | F9 | 30 | F0 | 0 | 51 | 4 | 2 | 12F | 5E | 3A |
| Octal | 371 | 60 | 360 | 0 | 121 | 4 | 2 | 457 | 136 | 72 |
| Binary | 11111001 | 110000 | 11110000 | 0 | 1010001 | 100 | 10 | 100101111 | 1011110 | 111010 |
Color Harmonies of #F930F0
Complementary color
Monochromatic Colors of #F930F0
Black with #F930F0
Text Example
Text Example
White with #F930F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F930F0; }
p { color: rgb(249,48,240); }
H1.HeaderClassName
{
color: #F930F0;
}
.AnyTagClassName
{
color: #F930F0;
}
</style>
background-color css
<style>
a { background-color: #F930F0; }
a { background-color: rgb(249,48,240); }
div.DivClassName
{
background-color: #F930F0;
}
.BgClassName
{
background-color: #F930F0;
}
</style>
border-color css
<style>
span { border-color: #F930F0; }
span { border-color: rgb(249,48,240); }
td.TdClassName
{
border-color: #F930F0;
}
.TagClassName
{
border-color: #F930F0;
}
</style>