Shades of Razzle Dazzle Rose #F143CC
Tints of Razzle Dazzle Rose #F143CC
RGB
CMYK
RGB Variations
Color information
#F143CC (or 0xF143CC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 43 and CC. RGB value is (241,67,204). Sum of RGB (Red+Green+Blue) = 241+67+204=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 67 (26.56% from 255 or 13.09% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F143CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143CC is #0EBC33. Grayscale: #868686. Windows color (decimal): -965684 or 13386737. OLE color: 13386737.
HSL color Cylindrical-coordinate representation of color #F143CC: hue angle of 312.76º 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 #F143CC is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 204 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.05 |
| HSL | 312.76º | 0.86% | 0.6% | - |
| HSV(B) | 312.76º | 0.72% | 0.95% | - |
| XYZ | 49.18 | 27.07 | 59.76 | - |
| YUV | 134.64 | 167.15 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 204 | 0 | 0.72 | 0.15 | 0.05 | 312.76 | 0.86 | 0.6 |
| Hex | F1 | 43 | CC | 0 | 48 | F | 5 | 139 | 56 | 3C |
| Octal | 361 | 103 | 314 | 0 | 110 | 17 | 5 | 471 | 126 | 74 |
| Binary | 11110001 | 1000011 | 11001100 | 0 | 1001000 | 1111 | 101 | 100111001 | 1010110 | 111100 |
Color Harmonies of #F143CC
Complementary color
Monochromatic Colors of #F143CC
Black with #F143CC
Text Example
Text Example
White with #F143CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143CC; }
p { color: rgb(241,67,204); }
H1.HeaderClassName
{
color: #F143CC;
}
.AnyTagClassName
{
color: #F143CC;
}
</style>
background-color css
<style>
a { background-color: #F143CC; }
a { background-color: rgb(241,67,204); }
div.DivClassName
{
background-color: #F143CC;
}
.BgClassName
{
background-color: #F143CC;
}
</style>
border-color css
<style>
span { border-color: #F143CC; }
span { border-color: rgb(241,67,204); }
td.TdClassName
{
border-color: #F143CC;
}
.TagClassName
{
border-color: #F143CC;
}
</style>