Shades of Razzle Dazzle Rose #F81CE6
Tints of Razzle Dazzle Rose #F81CE6
RGB
CMYK
RGB Variations
Color information
#F81CE6 (or 0xF81CE6) is known color: Razzle Dazzle Rose. HEX triplet: F8, 1C and E6. RGB value is (248,28,230). Sum of RGB (Red+Green+Blue) = 248+28+230=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 28 (11.33% from 255 or 5.53% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81CE6 is #07E319. Grayscale: #747474. Windows color (decimal): -516890 or 15080696. OLE color: 15080696.
HSL color Cylindrical-coordinate representation of color #F81CE6: hue angle of 304.91º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81CE6 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 230 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.03 |
| HSL | 304.91º | 0.94% | 0.54% | - |
| HSV(B) | 304.91º | 0.89% | 0.97% | - |
| XYZ | 53.41 | 26.5 | 77.16 | - |
| YUV | 116.81 | 191.89 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 230 | 0 | 0.89 | 0.07 | 0.03 | 304.91 | 0.94 | 0.54 |
| Hex | F8 | 1C | E6 | 0 | 59 | 7 | 3 | 131 | 5E | 36 |
| Octal | 370 | 34 | 346 | 0 | 131 | 7 | 3 | 461 | 136 | 66 |
| Binary | 11111000 | 11100 | 11100110 | 0 | 1011001 | 111 | 11 | 100110001 | 1011110 | 110110 |
Color Harmonies of #F81CE6
Complementary color
Monochromatic Colors of #F81CE6
Black with #F81CE6
Text Example
Text Example
White with #F81CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81CE6; }
p { color: rgb(248,28,230); }
H1.HeaderClassName
{
color: #F81CE6;
}
.AnyTagClassName
{
color: #F81CE6;
}
</style>
background-color css
<style>
a { background-color: #F81CE6; }
a { background-color: rgb(248,28,230); }
div.DivClassName
{
background-color: #F81CE6;
}
.BgClassName
{
background-color: #F81CE6;
}
</style>
border-color css
<style>
span { border-color: #F81CE6; }
span { border-color: rgb(248,28,230); }
td.TdClassName
{
border-color: #F81CE6;
}
.TagClassName
{
border-color: #F81CE6;
}
</style>