Shades of Razzle Dazzle Rose #F228CC
Tints of Razzle Dazzle Rose #F228CC
RGB
CMYK
RGB Variations
Color information
#F228CC (or 0xF228CC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 28 and CC. RGB value is (242,40,204). Sum of RGB (Red+Green+Blue) = 242+40+204=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F228CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F228CC is #0DD733. Grayscale: #767676. Windows color (decimal): -907060 or 13379826. OLE color: 13379826.
HSL color Cylindrical-coordinate representation of color #F228CC: hue angle of 311.29º 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 #F228CC is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 204 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.05 |
| HSL | 311.29º | 0.89% | 0.55% | - |
| HSV(B) | 311.29º | 0.83% | 0.95% | - |
| XYZ | 48.28 | 24.75 | 59.36 | - |
| YUV | 119.09 | 175.92 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 204 | 0 | 0.83 | 0.16 | 0.05 | 311.29 | 0.89 | 0.55 |
| Hex | F2 | 28 | CC | 0 | 53 | 10 | 5 | 137 | 59 | 37 |
| Octal | 362 | 50 | 314 | 0 | 123 | 20 | 5 | 467 | 131 | 67 |
| Binary | 11110010 | 101000 | 11001100 | 0 | 1010011 | 10000 | 101 | 100110111 | 1011001 | 110111 |
Color Harmonies of #F228CC
Complementary color
Monochromatic Colors of #F228CC
Black with #F228CC
Text Example
Text Example
White with #F228CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F228CC; }
p { color: rgb(242,40,204); }
H1.HeaderClassName
{
color: #F228CC;
}
.AnyTagClassName
{
color: #F228CC;
}
</style>
background-color css
<style>
a { background-color: #F228CC; }
a { background-color: rgb(242,40,204); }
div.DivClassName
{
background-color: #F228CC;
}
.BgClassName
{
background-color: #F228CC;
}
</style>
border-color css
<style>
span { border-color: #F228CC; }
span { border-color: rgb(242,40,204); }
td.TdClassName
{
border-color: #F228CC;
}
.TagClassName
{
border-color: #F228CC;
}
</style>