Shades of Razzle Dazzle Rose #F13CCB
Tints of Razzle Dazzle Rose #F13CCB
RGB
CMYK
RGB Variations
Color information
#F13CCB (or 0xF13CCB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3C and CB. RGB value is (241,60,203). Sum of RGB (Red+Green+Blue) = 241+60+203=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F13CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13CCB is #0EC334. Grayscale: #828282. Windows color (decimal): -967477 or 13319409. OLE color: 13319409.
HSL color Cylindrical-coordinate representation of color #F13CCB: hue angle of 312.6º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13CCB is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 60 | 203 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.05 |
| HSL | 312.6º | 0.87% | 0.59% | - |
| HSV(B) | 312.6º | 0.75% | 0.95% | - |
| XYZ | 48.67 | 26.24 | 59 | - |
| YUV | 130.42 | 168.97 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 60 | 203 | 0 | 0.75 | 0.16 | 0.05 | 312.6 | 0.87 | 0.59 |
| Hex | F1 | 3C | CB | 0 | 4B | 10 | 5 | 139 | 57 | 3B |
| Octal | 361 | 74 | 313 | 0 | 113 | 20 | 5 | 471 | 127 | 73 |
| Binary | 11110001 | 111100 | 11001011 | 0 | 1001011 | 10000 | 101 | 100111001 | 1010111 | 111011 |
Color Harmonies of #F13CCB
Complementary color
Monochromatic Colors of #F13CCB
Black with #F13CCB
Text Example
Text Example
White with #F13CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13CCB; }
p { color: rgb(241,60,203); }
H1.HeaderClassName
{
color: #F13CCB;
}
.AnyTagClassName
{
color: #F13CCB;
}
</style>
background-color css
<style>
a { background-color: #F13CCB; }
a { background-color: rgb(241,60,203); }
div.DivClassName
{
background-color: #F13CCB;
}
.BgClassName
{
background-color: #F13CCB;
}
</style>
border-color css
<style>
span { border-color: #F13CCB; }
span { border-color: rgb(241,60,203); }
td.TdClassName
{
border-color: #F13CCB;
}
.TagClassName
{
border-color: #F13CCB;
}
</style>