Shades of Razzle Dazzle Rose #F81CE4
Tints of Razzle Dazzle Rose #F81CE4
RGB
CMYK
RGB Variations
Color information
#F81CE4 (or 0xF81CE4) is known color: Razzle Dazzle Rose. HEX triplet: F8, 1C and E4. RGB value is (248,28,228). Sum of RGB (Red+Green+Blue) = 248+28+228=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 28 (11.33% from 255 or 5.56% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81CE4 is #07E31B. Grayscale: #737373. Windows color (decimal): -516892 or 14949624. OLE color: 14949624.
HSL color Cylindrical-coordinate representation of color #F81CE4: hue angle of 305.45º 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 #F81CE4 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 228 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.03 |
| HSL | 305.45º | 0.94% | 0.54% | - |
| HSV(B) | 305.45º | 0.89% | 0.97% | - |
| XYZ | 53.13 | 26.39 | 75.69 | - |
| YUV | 116.58 | 190.89 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 228 | 0 | 0.89 | 0.08 | 0.03 | 305.45 | 0.94 | 0.54 |
| Hex | F8 | 1C | E4 | 0 | 59 | 8 | 3 | 131 | 5E | 36 |
| Octal | 370 | 34 | 344 | 0 | 131 | 10 | 3 | 461 | 136 | 66 |
| Binary | 11111000 | 11100 | 11100100 | 0 | 1011001 | 1000 | 11 | 100110001 | 1011110 | 110110 |
Color Harmonies of #F81CE4
Complementary color
Monochromatic Colors of #F81CE4
Black with #F81CE4
Text Example
Text Example
White with #F81CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81CE4; }
p { color: rgb(248,28,228); }
H1.HeaderClassName
{
color: #F81CE4;
}
.AnyTagClassName
{
color: #F81CE4;
}
</style>
background-color css
<style>
a { background-color: #F81CE4; }
a { background-color: rgb(248,28,228); }
div.DivClassName
{
background-color: #F81CE4;
}
.BgClassName
{
background-color: #F81CE4;
}
</style>
border-color css
<style>
span { border-color: #F81CE4; }
span { border-color: rgb(248,28,228); }
td.TdClassName
{
border-color: #F81CE4;
}
.TagClassName
{
border-color: #F81CE4;
}
</style>