Shades of Razzle Dazzle Rose #F834C0
Tints of Razzle Dazzle Rose #F834C0
RGB
CMYK
RGB Variations
Color information
#F834C0 (or 0xF834C0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 34 and C0. RGB value is (248,52,192). Sum of RGB (Red+Green+Blue) = 248+52+192=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F834C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F834C0 is #07CB3F. Grayscale: #7E7E7E. Windows color (decimal): -510784 or 12596472. OLE color: 12596472.
HSL color Cylindrical-coordinate representation of color #F834C0: hue angle of 317.14º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F834C0 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 192 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.03 |
| HSL | 317.14º | 0.93% | 0.59% | - |
| HSV(B) | 317.14º | 0.79% | 0.97% | - |
| XYZ | 49.45 | 26.22 | 52.32 | - |
| YUV | 126.56 | 164.93 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 192 | 0 | 0.79 | 0.23 | 0.03 | 317.14 | 0.93 | 0.59 |
| Hex | F8 | 34 | C0 | 0 | 4F | 17 | 3 | 13D | 5D | 3B |
| Octal | 370 | 64 | 300 | 0 | 117 | 27 | 3 | 475 | 135 | 73 |
| Binary | 11111000 | 110100 | 11000000 | 0 | 1001111 | 10111 | 11 | 100111101 | 1011101 | 111011 |
Color Harmonies of #F834C0
Complementary color
Monochromatic Colors of #F834C0
Black with #F834C0
Text Example
Text Example
White with #F834C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F834C0; }
p { color: rgb(248,52,192); }
H1.HeaderClassName
{
color: #F834C0;
}
.AnyTagClassName
{
color: #F834C0;
}
</style>
background-color css
<style>
a { background-color: #F834C0; }
a { background-color: rgb(248,52,192); }
div.DivClassName
{
background-color: #F834C0;
}
.BgClassName
{
background-color: #F834C0;
}
</style>
border-color css
<style>
span { border-color: #F834C0; }
span { border-color: rgb(248,52,192); }
td.TdClassName
{
border-color: #F834C0;
}
.TagClassName
{
border-color: #F834C0;
}
</style>