Shades of Razzle Dazzle Rose #F13FE0
Tints of Razzle Dazzle Rose #F13FE0
RGB
CMYK
RGB Variations
Color information
#F13FE0 (or 0xF13FE0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3F and E0. RGB value is (241,63,224). Sum of RGB (Red+Green+Blue) = 241+63+224=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 63 (25% from 255 or 11.93% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13FE0 is #0EC01F. Grayscale: #868686. Windows color (decimal): -966688 or 14696433. OLE color: 14696433.
HSL color Cylindrical-coordinate representation of color #F13FE0: hue angle of 305.73º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13FE0 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 63 | 224 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.05 |
| HSL | 305.73º | 0.86% | 0.6% | - |
| HSV(B) | 305.73º | 0.74% | 0.95% | - |
| XYZ | 51.51 | 27.64 | 73.14 | - |
| YUV | 134.58 | 178.47 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 63 | 224 | 0 | 0.74 | 0.07 | 0.05 | 305.73 | 0.86 | 0.6 |
| Hex | F1 | 3F | E0 | 0 | 4A | 7 | 5 | 132 | 56 | 3C |
| Octal | 361 | 77 | 340 | 0 | 112 | 7 | 5 | 462 | 126 | 74 |
| Binary | 11110001 | 111111 | 11100000 | 0 | 1001010 | 111 | 101 | 100110010 | 1010110 | 111100 |
Color Harmonies of #F13FE0
Complementary color
Monochromatic Colors of #F13FE0
Black with #F13FE0
Text Example
Text Example
White with #F13FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13FE0; }
p { color: rgb(241,63,224); }
H1.HeaderClassName
{
color: #F13FE0;
}
.AnyTagClassName
{
color: #F13FE0;
}
</style>
background-color css
<style>
a { background-color: #F13FE0; }
a { background-color: rgb(241,63,224); }
div.DivClassName
{
background-color: #F13FE0;
}
.BgClassName
{
background-color: #F13FE0;
}
</style>
border-color css
<style>
span { border-color: #F13FE0; }
span { border-color: rgb(241,63,224); }
td.TdClassName
{
border-color: #F13FE0;
}
.TagClassName
{
border-color: #F13FE0;
}
</style>