Shades of Razzle Dazzle Rose #F84BCE
Tints of Razzle Dazzle Rose #F84BCE
RGB
CMYK
RGB Variations
Color information
#F84BCE (or 0xF84BCE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4B and CE. RGB value is (248,75,206). Sum of RGB (Red+Green+Blue) = 248+75+206=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 75 (29.69% from 255 or 14.18% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F84BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84BCE is #07B431. Grayscale: #8D8D8D. Windows color (decimal): -504882 or 13519864. OLE color: 13519864.
HSL color Cylindrical-coordinate representation of color #F84BCE: hue angle of 314.57º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84BCE is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 75 | 206 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.03 |
| HSL | 314.57º | 0.93% | 0.63% | - |
| HSV(B) | 314.57º | 0.7% | 0.97% | - |
| XYZ | 52.37 | 29.44 | 61.32 | - |
| YUV | 141.66 | 164.31 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 75 | 206 | 0 | 0.70 | 0.17 | 0.03 | 314.57 | 0.93 | 0.63 |
| Hex | F8 | 4B | CE | 0 | 46 | 11 | 3 | 13B | 5D | 3F |
| Octal | 370 | 113 | 316 | 0 | 106 | 21 | 3 | 473 | 135 | 77 |
| Binary | 11111000 | 1001011 | 11001110 | 0 | 1000110 | 10001 | 11 | 100111011 | 1011101 | 111111 |
Color Harmonies of #F84BCE
Complementary color
Monochromatic Colors of #F84BCE
Black with #F84BCE
Text Example
Text Example
White with #F84BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84BCE; }
p { color: rgb(248,75,206); }
H1.HeaderClassName
{
color: #F84BCE;
}
.AnyTagClassName
{
color: #F84BCE;
}
</style>
background-color css
<style>
a { background-color: #F84BCE; }
a { background-color: rgb(248,75,206); }
div.DivClassName
{
background-color: #F84BCE;
}
.BgClassName
{
background-color: #F84BCE;
}
</style>
border-color css
<style>
span { border-color: #F84BCE; }
span { border-color: rgb(248,75,206); }
td.TdClassName
{
border-color: #F84BCE;
}
.TagClassName
{
border-color: #F84BCE;
}
</style>