Shades of Razzle Dazzle Rose #F926CC
Tints of Razzle Dazzle Rose #F926CC
RGB
CMYK
RGB Variations
Color information
#F926CC (or 0xF926CC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 26 and CC. RGB value is (249,38,204). Sum of RGB (Red+Green+Blue) = 249+38+204=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 38 (15.23% from 255 or 7.74% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F926CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F926CC is #06D933. Grayscale: #777777. Windows color (decimal): -448820 or 13379321. OLE color: 13379321.
HSL color Cylindrical-coordinate representation of color #F926CC: hue angle of 312.8º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F926CC is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 204 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.02 |
| HSL | 312.8º | 0.95% | 0.56% | - |
| HSV(B) | 312.8º | 0.85% | 0.98% | - |
| XYZ | 50.66 | 25.89 | 59.45 | - |
| YUV | 120.01 | 175.4 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 204 | 0 | 0.85 | 0.18 | 0.02 | 312.8 | 0.95 | 0.56 |
| Hex | F9 | 26 | CC | 0 | 55 | 12 | 2 | 139 | 5F | 38 |
| Octal | 371 | 46 | 314 | 0 | 125 | 22 | 2 | 471 | 137 | 70 |
| Binary | 11111001 | 100110 | 11001100 | 0 | 1010101 | 10010 | 10 | 100111001 | 1011111 | 111000 |
Color Harmonies of #F926CC
Complementary color
Monochromatic Colors of #F926CC
Black with #F926CC
Text Example
Text Example
White with #F926CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F926CC; }
p { color: rgb(249,38,204); }
H1.HeaderClassName
{
color: #F926CC;
}
.AnyTagClassName
{
color: #F926CC;
}
</style>
background-color css
<style>
a { background-color: #F926CC; }
a { background-color: rgb(249,38,204); }
div.DivClassName
{
background-color: #F926CC;
}
.BgClassName
{
background-color: #F926CC;
}
</style>
border-color css
<style>
span { border-color: #F926CC; }
span { border-color: rgb(249,38,204); }
td.TdClassName
{
border-color: #F926CC;
}
.TagClassName
{
border-color: #F926CC;
}
</style>