Shades of Razzle Dazzle Rose #F830D2
Tints of Razzle Dazzle Rose #F830D2
RGB
CMYK
RGB Variations
Color information
#F830D2 (or 0xF830D2) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and D2. RGB value is (248,48,210). Sum of RGB (Red+Green+Blue) = 248+48+210=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 48 (19.14% from 255 or 9.49% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F830D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F830D2 is #07CF2D. Grayscale: #7D7D7D. Windows color (decimal): -511790 or 13775096. OLE color: 13775096.
HSL color Cylindrical-coordinate representation of color #F830D2: hue angle of 311.4º 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 #F830D2 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 210 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.03 |
| HSL | 311.4º | 0.93% | 0.58% | - |
| HSV(B) | 311.4º | 0.81% | 0.97% | - |
| XYZ | 51.4 | 26.72 | 63.42 | - |
| YUV | 126.27 | 175.26 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 210 | 0 | 0.81 | 0.15 | 0.03 | 311.4 | 0.93 | 0.58 |
| Hex | F8 | 30 | D2 | 0 | 51 | F | 3 | 137 | 5D | 3A |
| Octal | 370 | 60 | 322 | 0 | 121 | 17 | 3 | 467 | 135 | 72 |
| Binary | 11111000 | 110000 | 11010010 | 0 | 1010001 | 1111 | 11 | 100110111 | 1011101 | 111010 |
Color Harmonies of #F830D2
Complementary color
Monochromatic Colors of #F830D2
Black with #F830D2
Text Example
Text Example
White with #F830D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F830D2; }
p { color: rgb(248,48,210); }
H1.HeaderClassName
{
color: #F830D2;
}
.AnyTagClassName
{
color: #F830D2;
}
</style>
background-color css
<style>
a { background-color: #F830D2; }
a { background-color: rgb(248,48,210); }
div.DivClassName
{
background-color: #F830D2;
}
.BgClassName
{
background-color: #F830D2;
}
</style>
border-color css
<style>
span { border-color: #F830D2; }
span { border-color: rgb(248,48,210); }
td.TdClassName
{
border-color: #F830D2;
}
.TagClassName
{
border-color: #F830D2;
}
</style>