Shades of Razzle Dazzle Rose #F84FC2
Tints of Razzle Dazzle Rose #F84FC2
RGB
CMYK
RGB Variations
Color information
#F84FC2 (or 0xF84FC2) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4F and C2. RGB value is (248,79,194). Sum of RGB (Red+Green+Blue) = 248+79+194=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F84FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84FC2 is #07B03D. Grayscale: #8E8E8E. Windows color (decimal): -503870 or 12734456. OLE color: 12734456.
HSL color Cylindrical-coordinate representation of color #F84FC2: hue angle of 319.17º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F84FC2 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 194 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.03 |
| HSL | 319.17º | 0.92% | 0.64% | - |
| HSV(B) | 319.17º | 0.68% | 0.97% | - |
| XYZ | 51.24 | 29.44 | 54.02 | - |
| YUV | 142.64 | 156.99 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 194 | 0 | 0.68 | 0.22 | 0.03 | 319.17 | 0.92 | 0.64 |
| Hex | F8 | 4F | C2 | 0 | 44 | 16 | 3 | 13F | 5C | 40 |
| Octal | 370 | 117 | 302 | 0 | 104 | 26 | 3 | 477 | 134 | 100 |
| Binary | 11111000 | 1001111 | 11000010 | 0 | 1000100 | 10110 | 11 | 100111111 | 1011100 | 1000000 |
Color Harmonies of #F84FC2
Complementary color
Monochromatic Colors of #F84FC2
Black with #F84FC2
Text Example
Text Example
White with #F84FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84FC2; }
p { color: rgb(248,79,194); }
H1.HeaderClassName
{
color: #F84FC2;
}
.AnyTagClassName
{
color: #F84FC2;
}
</style>
background-color css
<style>
a { background-color: #F84FC2; }
a { background-color: rgb(248,79,194); }
div.DivClassName
{
background-color: #F84FC2;
}
.BgClassName
{
background-color: #F84FC2;
}
</style>
border-color css
<style>
span { border-color: #F84FC2; }
span { border-color: rgb(248,79,194); }
td.TdClassName
{
border-color: #F84FC2;
}
.TagClassName
{
border-color: #F84FC2;
}
</style>