Shades of Razzle Dazzle Rose #F125C8
Tints of Razzle Dazzle Rose #F125C8
RGB
CMYK
RGB Variations
Color information
#F125C8 (or 0xF125C8) is known color: Razzle Dazzle Rose. HEX triplet: F1, 25 and C8. RGB value is (241,37,200). Sum of RGB (Red+Green+Blue) = 241+37+200=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F125C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F125C8 is #0EDA37. Grayscale: #747474. Windows color (decimal): -973368 or 13116913. OLE color: 13116913.
HSL color Cylindrical-coordinate representation of color #F125C8: hue angle of 312.06º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F125C8 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 200 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.05 |
| HSL | 312.06º | 0.88% | 0.55% | - |
| HSV(B) | 312.06º | 0.85% | 0.95% | - |
| XYZ | 47.36 | 24.19 | 56.82 | - |
| YUV | 116.58 | 175.09 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 200 | 0 | 0.85 | 0.17 | 0.05 | 312.06 | 0.88 | 0.55 |
| Hex | F1 | 25 | C8 | 0 | 55 | 11 | 5 | 138 | 58 | 37 |
| Octal | 361 | 45 | 310 | 0 | 125 | 21 | 5 | 470 | 130 | 67 |
| Binary | 11110001 | 100101 | 11001000 | 0 | 1010101 | 10001 | 101 | 100111000 | 1011000 | 110111 |
Color Harmonies of #F125C8
Complementary color
Monochromatic Colors of #F125C8
Black with #F125C8
Text Example
Text Example
White with #F125C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F125C8; }
p { color: rgb(241,37,200); }
H1.HeaderClassName
{
color: #F125C8;
}
.AnyTagClassName
{
color: #F125C8;
}
</style>
background-color css
<style>
a { background-color: #F125C8; }
a { background-color: rgb(241,37,200); }
div.DivClassName
{
background-color: #F125C8;
}
.BgClassName
{
background-color: #F125C8;
}
</style>
border-color css
<style>
span { border-color: #F125C8; }
span { border-color: rgb(241,37,200); }
td.TdClassName
{
border-color: #F125C8;
}
.TagClassName
{
border-color: #F125C8;
}
</style>