Shades of Razzle Dazzle Rose #F145D6
Tints of Razzle Dazzle Rose #F145D6
RGB
CMYK
RGB Variations
Color information
#F145D6 (or 0xF145D6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 45 and D6. RGB value is (241,69,214). Sum of RGB (Red+Green+Blue) = 241+69+214=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 69 (27.34% from 255 or 13.17% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F145D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145D6 is #0EBA29. Grayscale: #888888. Windows color (decimal): -965162 or 14042609. OLE color: 14042609.
HSL color Cylindrical-coordinate representation of color #F145D6: hue angle of 309.42º 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 #F145D6 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 69 | 214 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.05 |
| HSL | 309.42º | 0.86% | 0.61% | - |
| HSV(B) | 309.42º | 0.71% | 0.95% | - |
| XYZ | 50.54 | 27.81 | 66.32 | - |
| YUV | 136.96 | 171.48 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 69 | 214 | 0 | 0.71 | 0.11 | 0.05 | 309.42 | 0.86 | 0.61 |
| Hex | F1 | 45 | D6 | 0 | 47 | B | 5 | 135 | 56 | 3D |
| Octal | 361 | 105 | 326 | 0 | 107 | 13 | 5 | 465 | 126 | 75 |
| Binary | 11110001 | 1000101 | 11010110 | 0 | 1000111 | 1011 | 101 | 100110101 | 1010110 | 111101 |
Color Harmonies of #F145D6
Complementary color
Monochromatic Colors of #F145D6
Black with #F145D6
Text Example
Text Example
White with #F145D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F145D6; }
p { color: rgb(241,69,214); }
H1.HeaderClassName
{
color: #F145D6;
}
.AnyTagClassName
{
color: #F145D6;
}
</style>
background-color css
<style>
a { background-color: #F145D6; }
a { background-color: rgb(241,69,214); }
div.DivClassName
{
background-color: #F145D6;
}
.BgClassName
{
background-color: #F145D6;
}
</style>
border-color css
<style>
span { border-color: #F145D6; }
span { border-color: rgb(241,69,214); }
td.TdClassName
{
border-color: #F145D6;
}
.TagClassName
{
border-color: #F145D6;
}
</style>