Shades of Razzle Dazzle Rose #F144D2
Tints of Razzle Dazzle Rose #F144D2
RGB
CMYK
RGB Variations
Color information
#F144D2 (or 0xF144D2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 44 and D2. RGB value is (241,68,210). Sum of RGB (Red+Green+Blue) = 241+68+210=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 68 (26.95% from 255 or 13.10% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F144D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F144D2 is #0EBB2D. Grayscale: #878787. Windows color (decimal): -965422 or 13780209. OLE color: 13780209.
HSL color Cylindrical-coordinate representation of color #F144D2: hue angle of 310.75º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F144D2 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 210 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.05 |
| HSL | 310.75º | 0.86% | 0.61% | - |
| HSV(B) | 310.75º | 0.72% | 0.95% | - |
| XYZ | 49.98 | 27.49 | 63.64 | - |
| YUV | 135.92 | 169.81 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 210 | 0 | 0.72 | 0.13 | 0.05 | 310.75 | 0.86 | 0.61 |
| Hex | F1 | 44 | D2 | 0 | 48 | D | 5 | 137 | 56 | 3D |
| Octal | 361 | 104 | 322 | 0 | 110 | 15 | 5 | 467 | 126 | 75 |
| Binary | 11110001 | 1000100 | 11010010 | 0 | 1001000 | 1101 | 101 | 100110111 | 1010110 | 111101 |
Color Harmonies of #F144D2
Complementary color
Monochromatic Colors of #F144D2
Black with #F144D2
Text Example
Text Example
White with #F144D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F144D2; }
p { color: rgb(241,68,210); }
H1.HeaderClassName
{
color: #F144D2;
}
.AnyTagClassName
{
color: #F144D2;
}
</style>
background-color css
<style>
a { background-color: #F144D2; }
a { background-color: rgb(241,68,210); }
div.DivClassName
{
background-color: #F144D2;
}
.BgClassName
{
background-color: #F144D2;
}
</style>
border-color css
<style>
span { border-color: #F144D2; }
span { border-color: rgb(241,68,210); }
td.TdClassName
{
border-color: #F144D2;
}
.TagClassName
{
border-color: #F144D2;
}
</style>