Shades of Razzle Dazzle Rose #F130B8
Tints of Razzle Dazzle Rose #F130B8
RGB
CMYK
RGB Variations
Color information
#F130B8 (or 0xF130B8) is known color: Razzle Dazzle Rose. HEX triplet: F1, 30 and B8. RGB value is (241,48,184). Sum of RGB (Red+Green+Blue) = 241+48+184=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F130B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F130B8 is #0ECF47. Grayscale: #787878. Windows color (decimal): -970568 or 12071153. OLE color: 12071153.
HSL color Cylindrical-coordinate representation of color #F130B8: hue angle of 317.72º 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 #F130B8 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 48 | 184 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.05 |
| HSL | 317.72º | 0.87% | 0.57% | - |
| HSV(B) | 317.72º | 0.8% | 0.95% | - |
| XYZ | 45.98 | 24.28 | 47.61 | - |
| YUV | 121.21 | 163.44 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 184 | 0 | 0.80 | 0.24 | 0.05 | 317.72 | 0.87 | 0.57 |
| Hex | F1 | 30 | B8 | 0 | 50 | 18 | 5 | 13E | 57 | 39 |
| Octal | 361 | 60 | 270 | 0 | 120 | 30 | 5 | 476 | 127 | 71 |
| Binary | 11110001 | 110000 | 10111000 | 0 | 1010000 | 11000 | 101 | 100111110 | 1010111 | 111001 |
Color Harmonies of #F130B8
Complementary color
Monochromatic Colors of #F130B8
Black with #F130B8
Text Example
Text Example
White with #F130B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F130B8; }
p { color: rgb(241,48,184); }
H1.HeaderClassName
{
color: #F130B8;
}
.AnyTagClassName
{
color: #F130B8;
}
</style>
background-color css
<style>
a { background-color: #F130B8; }
a { background-color: rgb(241,48,184); }
div.DivClassName
{
background-color: #F130B8;
}
.BgClassName
{
background-color: #F130B8;
}
</style>
border-color css
<style>
span { border-color: #F130B8; }
span { border-color: rgb(241,48,184); }
td.TdClassName
{
border-color: #F130B8;
}
.TagClassName
{
border-color: #F130B8;
}
</style>