Shades of Razzle Dazzle Rose #F830F2
Tints of Razzle Dazzle Rose #F830F2
RGB
CMYK
RGB Variations
Color information
#F830F2 (or 0xF830F2) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and F2. RGB value is (248,48,242). Sum of RGB (Red+Green+Blue) = 248+48+242=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 48 (19.14% from 255 or 8.92% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F830F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F830F2 is #07CF0D. Grayscale: #818181. Windows color (decimal): -511758 or 15872248. OLE color: 15872248.
HSL color Cylindrical-coordinate representation of color #F830F2: hue angle of 301.8º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F830F2 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 242 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.03 |
| HSL | 301.8º | 0.93% | 0.58% | - |
| HSV(B) | 301.8º | 0.81% | 0.97% | - |
| XYZ | 55.8 | 28.48 | 86.56 | - |
| YUV | 129.92 | 191.26 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 242 | 0 | 0.81 | 0.02 | 0.03 | 301.8 | 0.93 | 0.58 |
| Hex | F8 | 30 | F2 | 0 | 51 | 2 | 3 | 12E | 5D | 3A |
| Octal | 370 | 60 | 362 | 0 | 121 | 2 | 3 | 456 | 135 | 72 |
| Binary | 11111000 | 110000 | 11110010 | 0 | 1010001 | 10 | 11 | 100101110 | 1011101 | 111010 |
Color Harmonies of #F830F2
Complementary color
Monochromatic Colors of #F830F2
Black with #F830F2
Text Example
Text Example
White with #F830F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F830F2; }
p { color: rgb(248,48,242); }
H1.HeaderClassName
{
color: #F830F2;
}
.AnyTagClassName
{
color: #F830F2;
}
</style>
background-color css
<style>
a { background-color: #F830F2; }
a { background-color: rgb(248,48,242); }
div.DivClassName
{
background-color: #F830F2;
}
.BgClassName
{
background-color: #F830F2;
}
</style>
border-color css
<style>
span { border-color: #F830F2; }
span { border-color: rgb(248,48,242); }
td.TdClassName
{
border-color: #F830F2;
}
.TagClassName
{
border-color: #F830F2;
}
</style>