Shades of Brilliant Rose #F144B3
Tints of Brilliant Rose #F144B3
RGB
CMYK
RGB Variations
Color information
#F144B3 (or 0xF144B3) is known color: Brilliant Rose. HEX triplet: F1, 44 and B3. RGB value is (241,68,179). Sum of RGB (Red+Green+Blue) = 241+68+179=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F144B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F144B3 is #0EBB4C. Grayscale: #848484. Windows color (decimal): -965453 or 11748593. OLE color: 11748593.
HSL color Cylindrical-coordinate representation of color #F144B3: hue angle of 321.5º 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 #F144B3 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 179 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.05 |
| HSL | 321.5º | 0.86% | 0.61% | - |
| HSV(B) | 321.5º | 0.72% | 0.95% | - |
| XYZ | 46.48 | 26.09 | 45.23 | - |
| YUV | 132.38 | 154.31 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 179 | 0 | 0.72 | 0.26 | 0.05 | 321.5 | 0.86 | 0.61 |
| Hex | F1 | 44 | B3 | 0 | 48 | 1A | 5 | 142 | 56 | 3D |
| Octal | 361 | 104 | 263 | 0 | 110 | 32 | 5 | 502 | 126 | 75 |
| Binary | 11110001 | 1000100 | 10110011 | 0 | 1001000 | 11010 | 101 | 101000010 | 1010110 | 111101 |
Color Harmonies of #F144B3
Complementary color
Monochromatic Colors of #F144B3
Black with #F144B3
Text Example
Text Example
White with #F144B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F144B3; }
p { color: rgb(241,68,179); }
H1.HeaderClassName
{
color: #F144B3;
}
.AnyTagClassName
{
color: #F144B3;
}
</style>
background-color css
<style>
a { background-color: #F144B3; }
a { background-color: rgb(241,68,179); }
div.DivClassName
{
background-color: #F144B3;
}
.BgClassName
{
background-color: #F144B3;
}
</style>
border-color css
<style>
span { border-color: #F144B3; }
span { border-color: rgb(241,68,179); }
td.TdClassName
{
border-color: #F144B3;
}
.TagClassName
{
border-color: #F144B3;
}
</style>