Shades of Razzle Dazzle Rose #F144CB
Tints of Razzle Dazzle Rose #F144CB
RGB
CMYK
RGB Variations
Color information
#F144CB (or 0xF144CB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 44 and CB. RGB value is (241,68,203). Sum of RGB (Red+Green+Blue) = 241+68+203=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 68 (26.95% from 255 or 13.28% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F144CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F144CB is #0EBB34. Grayscale: #868686. Windows color (decimal): -965429 or 13321457. OLE color: 13321457.
HSL color Cylindrical-coordinate representation of color #F144CB: hue angle of 313.18º 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 #F144CB is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 203 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.05 |
| HSL | 313.18º | 0.86% | 0.61% | - |
| HSV(B) | 313.18º | 0.72% | 0.95% | - |
| XYZ | 49.12 | 27.15 | 59.15 | - |
| YUV | 135.12 | 166.31 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 203 | 0 | 0.72 | 0.16 | 0.05 | 313.18 | 0.86 | 0.61 |
| Hex | F1 | 44 | CB | 0 | 48 | 10 | 5 | 139 | 56 | 3D |
| Octal | 361 | 104 | 313 | 0 | 110 | 20 | 5 | 471 | 126 | 75 |
| Binary | 11110001 | 1000100 | 11001011 | 0 | 1001000 | 10000 | 101 | 100111001 | 1010110 | 111101 |
Color Harmonies of #F144CB
Complementary color
Monochromatic Colors of #F144CB
Black with #F144CB
Text Example
Text Example
White with #F144CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F144CB; }
p { color: rgb(241,68,203); }
H1.HeaderClassName
{
color: #F144CB;
}
.AnyTagClassName
{
color: #F144CB;
}
</style>
background-color css
<style>
a { background-color: #F144CB; }
a { background-color: rgb(241,68,203); }
div.DivClassName
{
background-color: #F144CB;
}
.BgClassName
{
background-color: #F144CB;
}
</style>
border-color css
<style>
span { border-color: #F144CB; }
span { border-color: rgb(241,68,203); }
td.TdClassName
{
border-color: #F144CB;
}
.TagClassName
{
border-color: #F144CB;
}
</style>