Shades of Razzle Dazzle Rose #F143D0
Tints of Razzle Dazzle Rose #F143D0
RGB
CMYK
RGB Variations
Color information
#F143D0 (or 0xF143D0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 43 and D0. RGB value is (241,67,208). Sum of RGB (Red+Green+Blue) = 241+67+208=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 67 (26.56% from 255 or 12.98% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F143D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143D0 is #0EBC2F. Grayscale: #868686. Windows color (decimal): -965680 or 13648881. OLE color: 13648881.
HSL color Cylindrical-coordinate representation of color #F143D0: hue angle of 311.38º 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 #F143D0 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 208 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.05 |
| HSL | 311.38º | 0.86% | 0.6% | - |
| HSV(B) | 311.38º | 0.72% | 0.95% | - |
| XYZ | 49.67 | 27.27 | 62.32 | - |
| YUV | 135.1 | 169.15 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 208 | 0 | 0.72 | 0.14 | 0.05 | 311.38 | 0.86 | 0.6 |
| Hex | F1 | 43 | D0 | 0 | 48 | E | 5 | 137 | 56 | 3C |
| Octal | 361 | 103 | 320 | 0 | 110 | 16 | 5 | 467 | 126 | 74 |
| Binary | 11110001 | 1000011 | 11010000 | 0 | 1001000 | 1110 | 101 | 100110111 | 1010110 | 111100 |
Color Harmonies of #F143D0
Complementary color
Monochromatic Colors of #F143D0
Black with #F143D0
Text Example
Text Example
White with #F143D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143D0; }
p { color: rgb(241,67,208); }
H1.HeaderClassName
{
color: #F143D0;
}
.AnyTagClassName
{
color: #F143D0;
}
</style>
background-color css
<style>
a { background-color: #F143D0; }
a { background-color: rgb(241,67,208); }
div.DivClassName
{
background-color: #F143D0;
}
.BgClassName
{
background-color: #F143D0;
}
</style>
border-color css
<style>
span { border-color: #F143D0; }
span { border-color: rgb(241,67,208); }
td.TdClassName
{
border-color: #F143D0;
}
.TagClassName
{
border-color: #F143D0;
}
</style>