Shades of Razzle Dazzle Rose #F249C1
Tints of Razzle Dazzle Rose #F249C1
RGB
CMYK
RGB Variations
Color information
#F249C1 (or 0xF249C1) is known color: Razzle Dazzle Rose. HEX triplet: F2, 49 and C1. RGB value is (242,73,193). Sum of RGB (Red+Green+Blue) = 242+73+193=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 73 (28.91% from 255 or 14.37% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F249C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F249C1 is #0DB63E. Grayscale: #888888. Windows color (decimal): -898623 or 12667378. OLE color: 12667378.
HSL color Cylindrical-coordinate representation of color #F249C1: hue angle of 317.4º degrees, saturation: 0.87, 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 #F249C1 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 193 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.05 |
| HSL | 317.4º | 0.87% | 0.62% | - |
| HSV(B) | 317.4º | 0.7% | 0.95% | - |
| XYZ | 48.63 | 27.49 | 53.2 | - |
| YUV | 137.21 | 159.49 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 193 | 0 | 0.70 | 0.20 | 0.05 | 317.4 | 0.87 | 0.62 |
| Hex | F2 | 49 | C1 | 0 | 46 | 14 | 5 | 13D | 57 | 3E |
| Octal | 362 | 111 | 301 | 0 | 106 | 24 | 5 | 475 | 127 | 76 |
| Binary | 11110010 | 1001001 | 11000001 | 0 | 1000110 | 10100 | 101 | 100111101 | 1010111 | 111110 |
Color Harmonies of #F249C1
Complementary color
Monochromatic Colors of #F249C1
Black with #F249C1
Text Example
Text Example
White with #F249C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F249C1; }
p { color: rgb(242,73,193); }
H1.HeaderClassName
{
color: #F249C1;
}
.AnyTagClassName
{
color: #F249C1;
}
</style>
background-color css
<style>
a { background-color: #F249C1; }
a { background-color: rgb(242,73,193); }
div.DivClassName
{
background-color: #F249C1;
}
.BgClassName
{
background-color: #F249C1;
}
</style>
border-color css
<style>
span { border-color: #F249C1; }
span { border-color: rgb(242,73,193); }
td.TdClassName
{
border-color: #F249C1;
}
.TagClassName
{
border-color: #F249C1;
}
</style>