Shades of Razzle Dazzle Rose #F143BD
Tints of Razzle Dazzle Rose #F143BD
RGB
CMYK
RGB Variations
Color information
#F143BD (or 0xF143BD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 43 and BD. RGB value is (241,67,189). Sum of RGB (Red+Green+Blue) = 241+67+189=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 67 (26.56% from 255 or 13.48% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F143BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143BD is #0EBC42. Grayscale: #848484. Windows color (decimal): -965699 or 12403697. OLE color: 12403697.
HSL color Cylindrical-coordinate representation of color #F143BD: hue angle of 317.93º 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 #F143BD is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 189 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.05 |
| HSL | 317.93º | 0.86% | 0.6% | - |
| HSV(B) | 317.93º | 0.72% | 0.95% | - |
| XYZ | 47.47 | 26.39 | 50.74 | - |
| YUV | 132.93 | 159.65 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 189 | 0 | 0.72 | 0.22 | 0.05 | 317.93 | 0.86 | 0.6 |
| Hex | F1 | 43 | BD | 0 | 48 | 16 | 5 | 13E | 56 | 3C |
| Octal | 361 | 103 | 275 | 0 | 110 | 26 | 5 | 476 | 126 | 74 |
| Binary | 11110001 | 1000011 | 10111101 | 0 | 1001000 | 10110 | 101 | 100111110 | 1010110 | 111100 |
Color Harmonies of #F143BD
Complementary color
Monochromatic Colors of #F143BD
Black with #F143BD
Text Example
Text Example
White with #F143BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143BD; }
p { color: rgb(241,67,189); }
H1.HeaderClassName
{
color: #F143BD;
}
.AnyTagClassName
{
color: #F143BD;
}
</style>
background-color css
<style>
a { background-color: #F143BD; }
a { background-color: rgb(241,67,189); }
div.DivClassName
{
background-color: #F143BD;
}
.BgClassName
{
background-color: #F143BD;
}
</style>
border-color css
<style>
span { border-color: #F143BD; }
span { border-color: rgb(241,67,189); }
td.TdClassName
{
border-color: #F143BD;
}
.TagClassName
{
border-color: #F143BD;
}
</style>