Shades of Razzle Dazzle Rose #F143BC
Tints of Razzle Dazzle Rose #F143BC
RGB
CMYK
RGB Variations
Color information
#F143BC (or 0xF143BC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 43 and BC. RGB value is (241,67,188). Sum of RGB (Red+Green+Blue) = 241+67+188=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 67 (26.56% from 255 or 13.51% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F143BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143BC is #0EBC43. Grayscale: #848484. Windows color (decimal): -965700 or 12338161. OLE color: 12338161.
HSL color Cylindrical-coordinate representation of color #F143BC: hue angle of 318.28º 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 #F143BC is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 188 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.05 |
| HSL | 318.28º | 0.86% | 0.6% | - |
| HSV(B) | 318.28º | 0.72% | 0.95% | - |
| XYZ | 47.36 | 26.35 | 50.17 | - |
| YUV | 132.82 | 159.15 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 188 | 0 | 0.72 | 0.22 | 0.05 | 318.28 | 0.86 | 0.6 |
| Hex | F1 | 43 | BC | 0 | 48 | 16 | 5 | 13E | 56 | 3C |
| Octal | 361 | 103 | 274 | 0 | 110 | 26 | 5 | 476 | 126 | 74 |
| Binary | 11110001 | 1000011 | 10111100 | 0 | 1001000 | 10110 | 101 | 100111110 | 1010110 | 111100 |
Color Harmonies of #F143BC
Complementary color
Monochromatic Colors of #F143BC
Black with #F143BC
Text Example
Text Example
White with #F143BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143BC; }
p { color: rgb(241,67,188); }
H1.HeaderClassName
{
color: #F143BC;
}
.AnyTagClassName
{
color: #F143BC;
}
</style>
background-color css
<style>
a { background-color: #F143BC; }
a { background-color: rgb(241,67,188); }
div.DivClassName
{
background-color: #F143BC;
}
.BgClassName
{
background-color: #F143BC;
}
</style>
border-color css
<style>
span { border-color: #F143BC; }
span { border-color: rgb(241,67,188); }
td.TdClassName
{
border-color: #F143BC;
}
.TagClassName
{
border-color: #F143BC;
}
</style>