Shades of Razzle Dazzle Rose #F149CA
Tints of Razzle Dazzle Rose #F149CA
RGB
CMYK
RGB Variations
Color information
#F149CA (or 0xF149CA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 49 and CA. RGB value is (241,73,202). Sum of RGB (Red+Green+Blue) = 241+73+202=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F149CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149CA is #0EB635. Grayscale: #898989. Windows color (decimal): -964150 or 13257201. OLE color: 13257201.
HSL color Cylindrical-coordinate representation of color #F149CA: hue angle of 313.93º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F149CA is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 202 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.05 |
| HSL | 313.93º | 0.86% | 0.62% | - |
| HSV(B) | 313.93º | 0.7% | 0.95% | - |
| XYZ | 49.32 | 27.73 | 58.63 | - |
| YUV | 137.94 | 164.16 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 202 | 0 | 0.70 | 0.16 | 0.05 | 313.93 | 0.86 | 0.62 |
| Hex | F1 | 49 | CA | 0 | 46 | 10 | 5 | 13A | 56 | 3E |
| Octal | 361 | 111 | 312 | 0 | 106 | 20 | 5 | 472 | 126 | 76 |
| Binary | 11110001 | 1001001 | 11001010 | 0 | 1000110 | 10000 | 101 | 100111010 | 1010110 | 111110 |
Color Harmonies of #F149CA
Complementary color
Monochromatic Colors of #F149CA
Black with #F149CA
Text Example
Text Example
White with #F149CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F149CA; }
p { color: rgb(241,73,202); }
H1.HeaderClassName
{
color: #F149CA;
}
.AnyTagClassName
{
color: #F149CA;
}
</style>
background-color css
<style>
a { background-color: #F149CA; }
a { background-color: rgb(241,73,202); }
div.DivClassName
{
background-color: #F149CA;
}
.BgClassName
{
background-color: #F149CA;
}
</style>
border-color css
<style>
span { border-color: #F149CA; }
span { border-color: rgb(241,73,202); }
td.TdClassName
{
border-color: #F149CA;
}
.TagClassName
{
border-color: #F149CA;
}
</style>