Shades of Razzle Dazzle Rose #F42CC1
Tints of Razzle Dazzle Rose #F42CC1
RGB
CMYK
RGB Variations
Color information
#F42CC1 (or 0xF42CC1) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2C and C1. RGB value is (244,44,193). Sum of RGB (Red+Green+Blue) = 244+44+193=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F42CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42CC1 is #0BD33E. Grayscale: #787878. Windows color (decimal): -774975 or 12659956. OLE color: 12659956.
HSL color Cylindrical-coordinate representation of color #F42CC1: hue angle of 315.3º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42CC1 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 44 | 193 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.04 |
| HSL | 315.3º | 0.9% | 0.56% | - |
| HSV(B) | 315.3º | 0.82% | 0.96% | - |
| XYZ | 47.83 | 24.88 | 52.73 | - |
| YUV | 120.79 | 168.76 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 44 | 193 | 0 | 0.82 | 0.21 | 0.04 | 315.3 | 0.9 | 0.56 |
| Hex | F4 | 2C | C1 | 0 | 52 | 15 | 4 | 13B | 5A | 38 |
| Octal | 364 | 54 | 301 | 0 | 122 | 25 | 4 | 473 | 132 | 70 |
| Binary | 11110100 | 101100 | 11000001 | 0 | 1010010 | 10101 | 100 | 100111011 | 1011010 | 111000 |
Color Harmonies of #F42CC1
Complementary color
Monochromatic Colors of #F42CC1
Black with #F42CC1
Text Example
Text Example
White with #F42CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42CC1; }
p { color: rgb(244,44,193); }
H1.HeaderClassName
{
color: #F42CC1;
}
.AnyTagClassName
{
color: #F42CC1;
}
</style>
background-color css
<style>
a { background-color: #F42CC1; }
a { background-color: rgb(244,44,193); }
div.DivClassName
{
background-color: #F42CC1;
}
.BgClassName
{
background-color: #F42CC1;
}
</style>
border-color css
<style>
span { border-color: #F42CC1; }
span { border-color: rgb(244,44,193); }
td.TdClassName
{
border-color: #F42CC1;
}
.TagClassName
{
border-color: #F42CC1;
}
</style>