Shades of Razzle Dazzle Rose #F830CF
Tints of Razzle Dazzle Rose #F830CF
RGB
CMYK
RGB Variations
Color information
#F830CF (or 0xF830CF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and CF. RGB value is (248,48,207). Sum of RGB (Red+Green+Blue) = 248+48+207=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F830CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F830CF is #07CF30. Grayscale: #7D7D7D. Windows color (decimal): -511793 or 13578488. OLE color: 13578488.
HSL color Cylindrical-coordinate representation of color #F830CF: hue angle of 312.3º 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 #F830CF is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 207 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.03 |
| HSL | 312.3º | 0.93% | 0.58% | - |
| HSV(B) | 312.3º | 0.81% | 0.97% | - |
| XYZ | 51.03 | 26.58 | 61.47 | - |
| YUV | 125.93 | 173.76 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 207 | 0 | 0.81 | 0.17 | 0.03 | 312.3 | 0.93 | 0.58 |
| Hex | F8 | 30 | CF | 0 | 51 | 11 | 3 | 138 | 5D | 3A |
| Octal | 370 | 60 | 317 | 0 | 121 | 21 | 3 | 470 | 135 | 72 |
| Binary | 11111000 | 110000 | 11001111 | 0 | 1010001 | 10001 | 11 | 100111000 | 1011101 | 111010 |
Color Harmonies of #F830CF
Complementary color
Monochromatic Colors of #F830CF
Black with #F830CF
Text Example
Text Example
White with #F830CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F830CF; }
p { color: rgb(248,48,207); }
H1.HeaderClassName
{
color: #F830CF;
}
.AnyTagClassName
{
color: #F830CF;
}
</style>
background-color css
<style>
a { background-color: #F830CF; }
a { background-color: rgb(248,48,207); }
div.DivClassName
{
background-color: #F830CF;
}
.BgClassName
{
background-color: #F830CF;
}
</style>
border-color css
<style>
span { border-color: #F830CF; }
span { border-color: rgb(248,48,207); }
td.TdClassName
{
border-color: #F830CF;
}
.TagClassName
{
border-color: #F830CF;
}
</style>