Shades of Razzle Dazzle Rose #F14BCB
Tints of Razzle Dazzle Rose #F14BCB
RGB
CMYK
RGB Variations
Color information
#F14BCB (or 0xF14BCB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 4B and CB. RGB value is (241,75,203). Sum of RGB (Red+Green+Blue) = 241+75+203=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F14BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14BCB is #0EB434. Grayscale: #8A8A8A. Windows color (decimal): -963637 or 13323249. OLE color: 13323249.
HSL color Cylindrical-coordinate representation of color #F14BCB: hue angle of 313.73º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14BCB is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 75 | 203 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.05 |
| HSL | 313.73º | 0.86% | 0.62% | - |
| HSV(B) | 313.73º | 0.69% | 0.95% | - |
| XYZ | 49.57 | 28.04 | 59.3 | - |
| YUV | 139.23 | 164 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 75 | 203 | 0 | 0.69 | 0.16 | 0.05 | 313.73 | 0.86 | 0.62 |
| Hex | F1 | 4B | CB | 0 | 45 | 10 | 5 | 13A | 56 | 3E |
| Octal | 361 | 113 | 313 | 0 | 105 | 20 | 5 | 472 | 126 | 76 |
| Binary | 11110001 | 1001011 | 11001011 | 0 | 1000101 | 10000 | 101 | 100111010 | 1010110 | 111110 |
Color Harmonies of #F14BCB
Complementary color
Monochromatic Colors of #F14BCB
Black with #F14BCB
Text Example
Text Example
White with #F14BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14BCB; }
p { color: rgb(241,75,203); }
H1.HeaderClassName
{
color: #F14BCB;
}
.AnyTagClassName
{
color: #F14BCB;
}
</style>
background-color css
<style>
a { background-color: #F14BCB; }
a { background-color: rgb(241,75,203); }
div.DivClassName
{
background-color: #F14BCB;
}
.BgClassName
{
background-color: #F14BCB;
}
</style>
border-color css
<style>
span { border-color: #F14BCB; }
span { border-color: rgb(241,75,203); }
td.TdClassName
{
border-color: #F14BCB;
}
.TagClassName
{
border-color: #F14BCB;
}
</style>