Shades of Razzle Dazzle Rose #F143C9
Tints of Razzle Dazzle Rose #F143C9
RGB
CMYK
RGB Variations
Color information
#F143C9 (or 0xF143C9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 43 and C9. RGB value is (241,67,201). Sum of RGB (Red+Green+Blue) = 241+67+201=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 67 (26.56% from 255 or 13.16% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F143C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143C9 is #0EBC36. Grayscale: #858585. Windows color (decimal): -965687 or 13190129. OLE color: 13190129.
HSL color Cylindrical-coordinate representation of color #F143C9: hue angle of 313.79º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F143C9 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 201 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.05 |
| HSL | 313.79º | 0.86% | 0.6% | - |
| HSV(B) | 313.79º | 0.72% | 0.95% | - |
| XYZ | 48.83 | 26.93 | 57.88 | - |
| YUV | 134.3 | 165.65 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 201 | 0 | 0.72 | 0.17 | 0.05 | 313.79 | 0.86 | 0.6 |
| Hex | F1 | 43 | C9 | 0 | 48 | 11 | 5 | 13A | 56 | 3C |
| Octal | 361 | 103 | 311 | 0 | 110 | 21 | 5 | 472 | 126 | 74 |
| Binary | 11110001 | 1000011 | 11001001 | 0 | 1001000 | 10001 | 101 | 100111010 | 1010110 | 111100 |
Color Harmonies of #F143C9
Complementary color
Monochromatic Colors of #F143C9
Black with #F143C9
Text Example
Text Example
White with #F143C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143C9; }
p { color: rgb(241,67,201); }
H1.HeaderClassName
{
color: #F143C9;
}
.AnyTagClassName
{
color: #F143C9;
}
</style>
background-color css
<style>
a { background-color: #F143C9; }
a { background-color: rgb(241,67,201); }
div.DivClassName
{
background-color: #F143C9;
}
.BgClassName
{
background-color: #F143C9;
}
</style>
border-color css
<style>
span { border-color: #F143C9; }
span { border-color: rgb(241,67,201); }
td.TdClassName
{
border-color: #F143C9;
}
.TagClassName
{
border-color: #F143C9;
}
</style>