Shades of Razzle Dazzle Rose #F13CDC
Tints of Razzle Dazzle Rose #F13CDC
RGB
CMYK
RGB Variations
Color information
#F13CDC (or 0xF13CDC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3C and DC. RGB value is (241,60,220). Sum of RGB (Red+Green+Blue) = 241+60+220=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 60 (23.83% from 255 or 11.52% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F13CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13CDC is #0EC323. Grayscale: #838383. Windows color (decimal): -967460 or 14433521. OLE color: 14433521.
HSL color Cylindrical-coordinate representation of color #F13CDC: hue angle of 306.96º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13CDC is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 60 | 220 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.05 |
| HSL | 306.96º | 0.87% | 0.59% | - |
| HSV(B) | 306.96º | 0.75% | 0.95% | - |
| XYZ | 50.81 | 27.1 | 70.26 | - |
| YUV | 132.36 | 177.47 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 60 | 220 | 0 | 0.75 | 0.09 | 0.05 | 306.96 | 0.87 | 0.59 |
| Hex | F1 | 3C | DC | 0 | 4B | 9 | 5 | 133 | 57 | 3B |
| Octal | 361 | 74 | 334 | 0 | 113 | 11 | 5 | 463 | 127 | 73 |
| Binary | 11110001 | 111100 | 11011100 | 0 | 1001011 | 1001 | 101 | 100110011 | 1010111 | 111011 |
Color Harmonies of #F13CDC
Complementary color
Monochromatic Colors of #F13CDC
Black with #F13CDC
Text Example
Text Example
White with #F13CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13CDC; }
p { color: rgb(241,60,220); }
H1.HeaderClassName
{
color: #F13CDC;
}
.AnyTagClassName
{
color: #F13CDC;
}
</style>
background-color css
<style>
a { background-color: #F13CDC; }
a { background-color: rgb(241,60,220); }
div.DivClassName
{
background-color: #F13CDC;
}
.BgClassName
{
background-color: #F13CDC;
}
</style>
border-color css
<style>
span { border-color: #F13CDC; }
span { border-color: rgb(241,60,220); }
td.TdClassName
{
border-color: #F13CDC;
}
.TagClassName
{
border-color: #F13CDC;
}
</style>