Shades of Razzle Dazzle Rose #F229CD
Tints of Razzle Dazzle Rose #F229CD
RGB
CMYK
RGB Variations
Color information
#F229CD (or 0xF229CD) is known color: Razzle Dazzle Rose. HEX triplet: F2, 29 and CD. RGB value is (242,41,205). Sum of RGB (Red+Green+Blue) = 242+41+205=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F229CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F229CD is #0DD632. Grayscale: #777777. Windows color (decimal): -906803 or 13445618. OLE color: 13445618.
HSL color Cylindrical-coordinate representation of color #F229CD: hue angle of 311.04º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F229CD is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 205 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.05 |
| HSL | 311.04º | 0.89% | 0.55% | - |
| HSV(B) | 311.04º | 0.83% | 0.95% | - |
| XYZ | 48.43 | 24.87 | 60.01 | - |
| YUV | 119.8 | 176.09 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 205 | 0 | 0.83 | 0.15 | 0.05 | 311.04 | 0.89 | 0.55 |
| Hex | F2 | 29 | CD | 0 | 53 | F | 5 | 137 | 59 | 37 |
| Octal | 362 | 51 | 315 | 0 | 123 | 17 | 5 | 467 | 131 | 67 |
| Binary | 11110010 | 101001 | 11001101 | 0 | 1010011 | 1111 | 101 | 100110111 | 1011001 | 110111 |
Color Harmonies of #F229CD
Complementary color
Monochromatic Colors of #F229CD
Black with #F229CD
Text Example
Text Example
White with #F229CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F229CD; }
p { color: rgb(242,41,205); }
H1.HeaderClassName
{
color: #F229CD;
}
.AnyTagClassName
{
color: #F229CD;
}
</style>
background-color css
<style>
a { background-color: #F229CD; }
a { background-color: rgb(242,41,205); }
div.DivClassName
{
background-color: #F229CD;
}
.BgClassName
{
background-color: #F229CD;
}
</style>
border-color css
<style>
span { border-color: #F229CD; }
span { border-color: rgb(242,41,205); }
td.TdClassName
{
border-color: #F229CD;
}
.TagClassName
{
border-color: #F229CD;
}
</style>