Shades of Razzle Dazzle Rose #F145CC
Tints of Razzle Dazzle Rose #F145CC
RGB
CMYK
RGB Variations
Color information
#F145CC (or 0xF145CC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 45 and CC. RGB value is (241,69,204). Sum of RGB (Red+Green+Blue) = 241+69+204=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 69 (27.34% from 255 or 13.42% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F145CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145CC is #0EBA33. Grayscale: #878787. Windows color (decimal): -965172 or 13387249. OLE color: 13387249.
HSL color Cylindrical-coordinate representation of color #F145CC: hue angle of 312.91º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F145CC is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 69 | 204 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.05 |
| HSL | 312.91º | 0.86% | 0.61% | - |
| HSV(B) | 312.91º | 0.71% | 0.95% | - |
| XYZ | 49.3 | 27.32 | 59.8 | - |
| YUV | 135.82 | 166.48 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 69 | 204 | 0 | 0.71 | 0.15 | 0.05 | 312.91 | 0.86 | 0.61 |
| Hex | F1 | 45 | CC | 0 | 47 | F | 5 | 139 | 56 | 3D |
| Octal | 361 | 105 | 314 | 0 | 107 | 17 | 5 | 471 | 126 | 75 |
| Binary | 11110001 | 1000101 | 11001100 | 0 | 1000111 | 1111 | 101 | 100111001 | 1010110 | 111101 |
Color Harmonies of #F145CC
Complementary color
Monochromatic Colors of #F145CC
Black with #F145CC
Text Example
Text Example
White with #F145CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F145CC; }
p { color: rgb(241,69,204); }
H1.HeaderClassName
{
color: #F145CC;
}
.AnyTagClassName
{
color: #F145CC;
}
</style>
background-color css
<style>
a { background-color: #F145CC; }
a { background-color: rgb(241,69,204); }
div.DivClassName
{
background-color: #F145CC;
}
.BgClassName
{
background-color: #F145CC;
}
</style>
border-color css
<style>
span { border-color: #F145CC; }
span { border-color: rgb(241,69,204); }
td.TdClassName
{
border-color: #F145CC;
}
.TagClassName
{
border-color: #F145CC;
}
</style>