Shades of Razzle Dazzle Rose #F425C9
Tints of Razzle Dazzle Rose #F425C9
RGB
CMYK
RGB Variations
Color information
#F425C9 (or 0xF425C9) is known color: Razzle Dazzle Rose. HEX triplet: F4, 25 and C9. RGB value is (244,37,201). Sum of RGB (Red+Green+Blue) = 244+37+201=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 37 (14.84% from 255 or 7.68% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F425C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F425C9 is #0BDA36. Grayscale: #757575. Windows color (decimal): -776759 or 13182452. OLE color: 13182452.
HSL color Cylindrical-coordinate representation of color #F425C9: hue angle of 312.46º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F425C9 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 201 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.04 |
| HSL | 312.46º | 0.9% | 0.55% | - |
| HSV(B) | 312.46º | 0.85% | 0.96% | - |
| XYZ | 48.51 | 24.77 | 57.48 | - |
| YUV | 117.59 | 175.08 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 201 | 0 | 0.85 | 0.18 | 0.04 | 312.46 | 0.9 | 0.55 |
| Hex | F4 | 25 | C9 | 0 | 55 | 12 | 4 | 138 | 5A | 37 |
| Octal | 364 | 45 | 311 | 0 | 125 | 22 | 4 | 470 | 132 | 67 |
| Binary | 11110100 | 100101 | 11001001 | 0 | 1010101 | 10010 | 100 | 100111000 | 1011010 | 110111 |
Color Harmonies of #F425C9
Complementary color
Monochromatic Colors of #F425C9
Black with #F425C9
Text Example
Text Example
White with #F425C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F425C9; }
p { color: rgb(244,37,201); }
H1.HeaderClassName
{
color: #F425C9;
}
.AnyTagClassName
{
color: #F425C9;
}
</style>
background-color css
<style>
a { background-color: #F425C9; }
a { background-color: rgb(244,37,201); }
div.DivClassName
{
background-color: #F425C9;
}
.BgClassName
{
background-color: #F425C9;
}
</style>
border-color css
<style>
span { border-color: #F425C9; }
span { border-color: rgb(244,37,201); }
td.TdClassName
{
border-color: #F425C9;
}
.TagClassName
{
border-color: #F425C9;
}
</style>