Shades of Razzle Dazzle Rose #F833C2
Tints of Razzle Dazzle Rose #F833C2
RGB
CMYK
RGB Variations
Color information
#F833C2 (or 0xF833C2) is known color: Razzle Dazzle Rose. HEX triplet: F8, 33 and C2. RGB value is (248,51,194). Sum of RGB (Red+Green+Blue) = 248+51+194=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 51 (20.31% from 255 or 10.34% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F833C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F833C2 is #07CC3D. Grayscale: #7D7D7D. Windows color (decimal): -511038 or 12727288. OLE color: 12727288.
HSL color Cylindrical-coordinate representation of color #F833C2: hue angle of 316.45º 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 #F833C2 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 194 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.03 |
| HSL | 316.45º | 0.93% | 0.59% | - |
| HSV(B) | 316.45º | 0.79% | 0.97% | - |
| XYZ | 49.63 | 26.22 | 53.48 | - |
| YUV | 126.21 | 166.27 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 194 | 0 | 0.79 | 0.22 | 0.03 | 316.45 | 0.93 | 0.59 |
| Hex | F8 | 33 | C2 | 0 | 4F | 16 | 3 | 13C | 5D | 3B |
| Octal | 370 | 63 | 302 | 0 | 117 | 26 | 3 | 474 | 135 | 73 |
| Binary | 11111000 | 110011 | 11000010 | 0 | 1001111 | 10110 | 11 | 100111100 | 1011101 | 111011 |
Color Harmonies of #F833C2
Complementary color
Monochromatic Colors of #F833C2
Black with #F833C2
Text Example
Text Example
White with #F833C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F833C2; }
p { color: rgb(248,51,194); }
H1.HeaderClassName
{
color: #F833C2;
}
.AnyTagClassName
{
color: #F833C2;
}
</style>
background-color css
<style>
a { background-color: #F833C2; }
a { background-color: rgb(248,51,194); }
div.DivClassName
{
background-color: #F833C2;
}
.BgClassName
{
background-color: #F833C2;
}
</style>
border-color css
<style>
span { border-color: #F833C2; }
span { border-color: rgb(248,51,194); }
td.TdClassName
{
border-color: #F833C2;
}
.TagClassName
{
border-color: #F833C2;
}
</style>