Shades of Razzle Dazzle Rose #F142C5
Tints of Razzle Dazzle Rose #F142C5
RGB
CMYK
RGB Variations
Color information
#F142C5 (or 0xF142C5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 42 and C5. RGB value is (241,66,197). Sum of RGB (Red+Green+Blue) = 241+66+197=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 66 (26.17% from 255 or 13.10% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F142C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F142C5 is #0EBD3A. Grayscale: #848484. Windows color (decimal): -965947 or 12927729. OLE color: 12927729.
HSL color Cylindrical-coordinate representation of color #F142C5: hue angle of 315.09º 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 #F142C5 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 197 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.05 |
| HSL | 315.09º | 0.86% | 0.6% | - |
| HSV(B) | 315.09º | 0.73% | 0.95% | - |
| XYZ | 48.3 | 26.63 | 55.42 | - |
| YUV | 133.26 | 163.98 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 197 | 0 | 0.73 | 0.18 | 0.05 | 315.09 | 0.86 | 0.6 |
| Hex | F1 | 42 | C5 | 0 | 49 | 12 | 5 | 13B | 56 | 3C |
| Octal | 361 | 102 | 305 | 0 | 111 | 22 | 5 | 473 | 126 | 74 |
| Binary | 11110001 | 1000010 | 11000101 | 0 | 1001001 | 10010 | 101 | 100111011 | 1010110 | 111100 |
Color Harmonies of #F142C5
Complementary color
Monochromatic Colors of #F142C5
Black with #F142C5
Text Example
Text Example
White with #F142C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F142C5; }
p { color: rgb(241,66,197); }
H1.HeaderClassName
{
color: #F142C5;
}
.AnyTagClassName
{
color: #F142C5;
}
</style>
background-color css
<style>
a { background-color: #F142C5; }
a { background-color: rgb(241,66,197); }
div.DivClassName
{
background-color: #F142C5;
}
.BgClassName
{
background-color: #F142C5;
}
</style>
border-color css
<style>
span { border-color: #F142C5; }
span { border-color: rgb(241,66,197); }
td.TdClassName
{
border-color: #F142C5;
}
.TagClassName
{
border-color: #F142C5;
}
</style>