Shades of Razzle Dazzle Rose #F135C0
Tints of Razzle Dazzle Rose #F135C0
RGB
CMYK
RGB Variations
Color information
#F135C0 (or 0xF135C0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 35 and C0. RGB value is (241,53,192). Sum of RGB (Red+Green+Blue) = 241+53+192=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 53 (21.09% from 255 or 10.91% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F135C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F135C0 is #0ECA3F. Grayscale: #7C7C7C. Windows color (decimal): -969280 or 12596721. OLE color: 12596721.
HSL color Cylindrical-coordinate representation of color #F135C0: hue angle of 315.64º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F135C0 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 53 | 192 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.05 |
| HSL | 315.64º | 0.87% | 0.58% | - |
| HSV(B) | 315.64º | 0.78% | 0.95% | - |
| XYZ | 47.06 | 25.05 | 52.22 | - |
| YUV | 125.06 | 165.78 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 53 | 192 | 0 | 0.78 | 0.20 | 0.05 | 315.64 | 0.87 | 0.58 |
| Hex | F1 | 35 | C0 | 0 | 4E | 14 | 5 | 13C | 57 | 3A |
| Octal | 361 | 65 | 300 | 0 | 116 | 24 | 5 | 474 | 127 | 72 |
| Binary | 11110001 | 110101 | 11000000 | 0 | 1001110 | 10100 | 101 | 100111100 | 1010111 | 111010 |
Color Harmonies of #F135C0
Complementary color
Monochromatic Colors of #F135C0
Black with #F135C0
Text Example
Text Example
White with #F135C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F135C0; }
p { color: rgb(241,53,192); }
H1.HeaderClassName
{
color: #F135C0;
}
.AnyTagClassName
{
color: #F135C0;
}
</style>
background-color css
<style>
a { background-color: #F135C0; }
a { background-color: rgb(241,53,192); }
div.DivClassName
{
background-color: #F135C0;
}
.BgClassName
{
background-color: #F135C0;
}
</style>
border-color css
<style>
span { border-color: #F135C0; }
span { border-color: rgb(241,53,192); }
td.TdClassName
{
border-color: #F135C0;
}
.TagClassName
{
border-color: #F135C0;
}
</style>