Shades of Razzle Dazzle Rose #F142C0
Tints of Razzle Dazzle Rose #F142C0
RGB
CMYK
RGB Variations
Color information
#F142C0 (or 0xF142C0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 42 and C0. RGB value is (241,66,192). Sum of RGB (Red+Green+Blue) = 241+66+192=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F142C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F142C0 is #0EBD3F. Grayscale: #848484. Windows color (decimal): -965952 or 12600049. OLE color: 12600049.
HSL color Cylindrical-coordinate representation of color #F142C0: hue angle of 316.8º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F142C0 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 192 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.05 |
| HSL | 316.8º | 0.86% | 0.6% | - |
| HSV(B) | 316.8º | 0.73% | 0.95% | - |
| XYZ | 47.74 | 26.4 | 52.45 | - |
| YUV | 132.69 | 161.48 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 192 | 0 | 0.73 | 0.20 | 0.05 | 316.8 | 0.86 | 0.6 |
| Hex | F1 | 42 | C0 | 0 | 49 | 14 | 5 | 13D | 56 | 3C |
| Octal | 361 | 102 | 300 | 0 | 111 | 24 | 5 | 475 | 126 | 74 |
| Binary | 11110001 | 1000010 | 11000000 | 0 | 1001001 | 10100 | 101 | 100111101 | 1010110 | 111100 |
Color Harmonies of #F142C0
Complementary color
Monochromatic Colors of #F142C0
Black with #F142C0
Text Example
Text Example
White with #F142C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F142C0; }
p { color: rgb(241,66,192); }
H1.HeaderClassName
{
color: #F142C0;
}
.AnyTagClassName
{
color: #F142C0;
}
</style>
background-color css
<style>
a { background-color: #F142C0; }
a { background-color: rgb(241,66,192); }
div.DivClassName
{
background-color: #F142C0;
}
.BgClassName
{
background-color: #F142C0;
}
</style>
border-color css
<style>
span { border-color: #F142C0; }
span { border-color: rgb(241,66,192); }
td.TdClassName
{
border-color: #F142C0;
}
.TagClassName
{
border-color: #F142C0;
}
</style>