Shades of Razzle Dazzle Rose #F12BDF
Tints of Razzle Dazzle Rose #F12BDF
RGB
CMYK
RGB Variations
Color information
#F12BDF (or 0xF12BDF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2B and DF. RGB value is (241,43,223). Sum of RGB (Red+Green+Blue) = 241+43+223=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 43 (17.19% from 255 or 8.48% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F12BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12BDF is #0ED420. Grayscale: #7A7A7A. Windows color (decimal): -971809 or 14625777. OLE color: 14625777.
HSL color Cylindrical-coordinate representation of color #F12BDF: hue angle of 305.45º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12BDF is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 43 | 223 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.05 |
| HSL | 305.45º | 0.88% | 0.56% | - |
| HSV(B) | 305.45º | 0.82% | 0.95% | - |
| XYZ | 50.46 | 25.76 | 72.12 | - |
| YUV | 122.72 | 184.6 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 43 | 223 | 0 | 0.82 | 0.07 | 0.05 | 305.45 | 0.88 | 0.56 |
| Hex | F1 | 2B | DF | 0 | 52 | 7 | 5 | 131 | 58 | 38 |
| Octal | 361 | 53 | 337 | 0 | 122 | 7 | 5 | 461 | 130 | 70 |
| Binary | 11110001 | 101011 | 11011111 | 0 | 1010010 | 111 | 101 | 100110001 | 1011000 | 111000 |
Color Harmonies of #F12BDF
Complementary color
Monochromatic Colors of #F12BDF
Black with #F12BDF
Text Example
Text Example
White with #F12BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12BDF; }
p { color: rgb(241,43,223); }
H1.HeaderClassName
{
color: #F12BDF;
}
.AnyTagClassName
{
color: #F12BDF;
}
</style>
background-color css
<style>
a { background-color: #F12BDF; }
a { background-color: rgb(241,43,223); }
div.DivClassName
{
background-color: #F12BDF;
}
.BgClassName
{
background-color: #F12BDF;
}
</style>
border-color css
<style>
span { border-color: #F12BDF; }
span { border-color: rgb(241,43,223); }
td.TdClassName
{
border-color: #F12BDF;
}
.TagClassName
{
border-color: #F12BDF;
}
</style>