Shades of Razzle Dazzle Rose #F130D2
Tints of Razzle Dazzle Rose #F130D2
RGB
CMYK
RGB Variations
Color information
#F130D2 (or 0xF130D2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and D2. RGB value is (241,48,210). Sum of RGB (Red+Green+Blue) = 241+48+210=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 48 (19.14% from 255 or 9.62% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F130D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F130D2 is #0ECF2D. Grayscale: #7B7B7B. Windows color (decimal): -970542 or 13775089. OLE color: 13775089.
HSL color Cylindrical-coordinate representation of color #F130D2: hue angle of 309.64º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F130D2 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 48 | 210 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.05 |
| HSL | 309.64º | 0.87% | 0.57% | - |
| HSV(B) | 309.64º | 0.8% | 0.95% | - |
| XYZ | 48.97 | 25.47 | 63.31 | - |
| YUV | 124.18 | 176.44 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 210 | 0 | 0.80 | 0.13 | 0.05 | 309.64 | 0.87 | 0.57 |
| Hex | F1 | 30 | D2 | 0 | 50 | D | 5 | 136 | 57 | 39 |
| Octal | 361 | 60 | 322 | 0 | 120 | 15 | 5 | 466 | 127 | 71 |
| Binary | 11110001 | 110000 | 11010010 | 0 | 1010000 | 1101 | 101 | 100110110 | 1010111 | 111001 |
Color Harmonies of #F130D2
Complementary color
Monochromatic Colors of #F130D2
Black with #F130D2
Text Example
Text Example
White with #F130D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F130D2; }
p { color: rgb(241,48,210); }
H1.HeaderClassName
{
color: #F130D2;
}
.AnyTagClassName
{
color: #F130D2;
}
</style>
background-color css
<style>
a { background-color: #F130D2; }
a { background-color: rgb(241,48,210); }
div.DivClassName
{
background-color: #F130D2;
}
.BgClassName
{
background-color: #F130D2;
}
</style>
border-color css
<style>
span { border-color: #F130D2; }
span { border-color: rgb(241,48,210); }
td.TdClassName
{
border-color: #F130D2;
}
.TagClassName
{
border-color: #F130D2;
}
</style>