Shades of Razzle Dazzle Rose #F143D3
Tints of Razzle Dazzle Rose #F143D3
RGB
CMYK
RGB Variations
Color information
#F143D3 (or 0xF143D3) is known color: Razzle Dazzle Rose. HEX triplet: F1, 43 and D3. RGB value is (241,67,211). Sum of RGB (Red+Green+Blue) = 241+67+211=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 67 (26.56% from 255 or 12.91% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F143D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143D3 is #0EBC2C. Grayscale: #878787. Windows color (decimal): -965677 or 13845489. OLE color: 13845489.
HSL color Cylindrical-coordinate representation of color #F143D3: hue angle of 310.34º 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 #F143D3 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 211 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.05 |
| HSL | 310.34º | 0.86% | 0.6% | - |
| HSV(B) | 310.34º | 0.72% | 0.95% | - |
| XYZ | 50.04 | 27.42 | 64.28 | - |
| YUV | 135.44 | 170.65 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 211 | 0 | 0.72 | 0.12 | 0.05 | 310.34 | 0.86 | 0.6 |
| Hex | F1 | 43 | D3 | 0 | 48 | C | 5 | 136 | 56 | 3C |
| Octal | 361 | 103 | 323 | 0 | 110 | 14 | 5 | 466 | 126 | 74 |
| Binary | 11110001 | 1000011 | 11010011 | 0 | 1001000 | 1100 | 101 | 100110110 | 1010110 | 111100 |
Color Harmonies of #F143D3
Complementary color
Monochromatic Colors of #F143D3
Black with #F143D3
Text Example
Text Example
White with #F143D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143D3; }
p { color: rgb(241,67,211); }
H1.HeaderClassName
{
color: #F143D3;
}
.AnyTagClassName
{
color: #F143D3;
}
</style>
background-color css
<style>
a { background-color: #F143D3; }
a { background-color: rgb(241,67,211); }
div.DivClassName
{
background-color: #F143D3;
}
.BgClassName
{
background-color: #F143D3;
}
</style>
border-color css
<style>
span { border-color: #F143D3; }
span { border-color: rgb(241,67,211); }
td.TdClassName
{
border-color: #F143D3;
}
.TagClassName
{
border-color: #F143D3;
}
</style>