Shades of Razzle Dazzle Rose #F143C7
Tints of Razzle Dazzle Rose #F143C7
RGB
CMYK
RGB Variations
Color information
#F143C7 (or 0xF143C7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 43 and C7. RGB value is (241,67,199). Sum of RGB (Red+Green+Blue) = 241+67+199=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 67 (26.56% from 255 or 13.21% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F143C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143C7 is #0EBC38. Grayscale: #858585. Windows color (decimal): -965689 or 13059057. OLE color: 13059057.
HSL color Cylindrical-coordinate representation of color #F143C7: hue angle of 314.48º 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 #F143C7 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 199 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.05 |
| HSL | 314.48º | 0.86% | 0.6% | - |
| HSV(B) | 314.48º | 0.72% | 0.95% | - |
| XYZ | 48.59 | 26.84 | 56.65 | - |
| YUV | 134.07 | 164.65 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 199 | 0 | 0.72 | 0.17 | 0.05 | 314.48 | 0.86 | 0.6 |
| Hex | F1 | 43 | C7 | 0 | 48 | 11 | 5 | 13A | 56 | 3C |
| Octal | 361 | 103 | 307 | 0 | 110 | 21 | 5 | 472 | 126 | 74 |
| Binary | 11110001 | 1000011 | 11000111 | 0 | 1001000 | 10001 | 101 | 100111010 | 1010110 | 111100 |
Color Harmonies of #F143C7
Complementary color
Monochromatic Colors of #F143C7
Black with #F143C7
Text Example
Text Example
White with #F143C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143C7; }
p { color: rgb(241,67,199); }
H1.HeaderClassName
{
color: #F143C7;
}
.AnyTagClassName
{
color: #F143C7;
}
</style>
background-color css
<style>
a { background-color: #F143C7; }
a { background-color: rgb(241,67,199); }
div.DivClassName
{
background-color: #F143C7;
}
.BgClassName
{
background-color: #F143C7;
}
</style>
border-color css
<style>
span { border-color: #F143C7; }
span { border-color: rgb(241,67,199); }
td.TdClassName
{
border-color: #F143C7;
}
.TagClassName
{
border-color: #F143C7;
}
</style>