Shades of Razzle Dazzle Rose #F13ACB
Tints of Razzle Dazzle Rose #F13ACB
RGB
CMYK
RGB Variations
Color information
#F13ACB (or 0xF13ACB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3A and CB. RGB value is (241,58,203). Sum of RGB (Red+Green+Blue) = 241+58+203=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 58 (23.05% from 255 or 11.55% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F13ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13ACB is #0EC534. Grayscale: #808080. Windows color (decimal): -967989 or 13318897. OLE color: 13318897.
HSL color Cylindrical-coordinate representation of color #F13ACB: hue angle of 312.46º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13ACB is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 58 | 203 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.05 |
| HSL | 312.46º | 0.87% | 0.59% | - |
| HSV(B) | 312.46º | 0.76% | 0.95% | - |
| XYZ | 48.57 | 26.04 | 58.97 | - |
| YUV | 129.25 | 169.63 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 203 | 0 | 0.76 | 0.16 | 0.05 | 312.46 | 0.87 | 0.59 |
| Hex | F1 | 3A | CB | 0 | 4C | 10 | 5 | 138 | 57 | 3B |
| Octal | 361 | 72 | 313 | 0 | 114 | 20 | 5 | 470 | 127 | 73 |
| Binary | 11110001 | 111010 | 11001011 | 0 | 1001100 | 10000 | 101 | 100111000 | 1010111 | 111011 |
Color Harmonies of #F13ACB
Complementary color
Monochromatic Colors of #F13ACB
Black with #F13ACB
Text Example
Text Example
White with #F13ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13ACB; }
p { color: rgb(241,58,203); }
H1.HeaderClassName
{
color: #F13ACB;
}
.AnyTagClassName
{
color: #F13ACB;
}
</style>
background-color css
<style>
a { background-color: #F13ACB; }
a { background-color: rgb(241,58,203); }
div.DivClassName
{
background-color: #F13ACB;
}
.BgClassName
{
background-color: #F13ACB;
}
</style>
border-color css
<style>
span { border-color: #F13ACB; }
span { border-color: rgb(241,58,203); }
td.TdClassName
{
border-color: #F13ACB;
}
.TagClassName
{
border-color: #F13ACB;
}
</style>