Shades of Brilliant Rose #F143B4
Tints of Brilliant Rose #F143B4
RGB
CMYK
RGB Variations
Color information
#F143B4 (or 0xF143B4) is known color: Brilliant Rose. HEX triplet: F1, 43 and B4. RGB value is (241,67,180). Sum of RGB (Red+Green+Blue) = 241+67+180=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F143B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143B4 is #0EBC4B. Grayscale: #838383. Windows color (decimal): -965708 or 11813873. OLE color: 11813873.
HSL color Cylindrical-coordinate representation of color #F143B4: hue angle of 321.03º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F143B4 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 180 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.05 |
| HSL | 321.03º | 0.86% | 0.6% | - |
| HSV(B) | 321.03º | 0.72% | 0.95% | - |
| XYZ | 46.52 | 26.01 | 45.75 | - |
| YUV | 131.91 | 155.15 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 180 | 0 | 0.72 | 0.25 | 0.05 | 321.03 | 0.86 | 0.6 |
| Hex | F1 | 43 | B4 | 0 | 48 | 19 | 5 | 141 | 56 | 3C |
| Octal | 361 | 103 | 264 | 0 | 110 | 31 | 5 | 501 | 126 | 74 |
| Binary | 11110001 | 1000011 | 10110100 | 0 | 1001000 | 11001 | 101 | 101000001 | 1010110 | 111100 |
Color Harmonies of #F143B4
Complementary color
Monochromatic Colors of #F143B4
Black with #F143B4
Text Example
Text Example
White with #F143B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143B4; }
p { color: rgb(241,67,180); }
H1.HeaderClassName
{
color: #F143B4;
}
.AnyTagClassName
{
color: #F143B4;
}
</style>
background-color css
<style>
a { background-color: #F143B4; }
a { background-color: rgb(241,67,180); }
div.DivClassName
{
background-color: #F143B4;
}
.BgClassName
{
background-color: #F143B4;
}
</style>
border-color css
<style>
span { border-color: #F143B4; }
span { border-color: rgb(241,67,180); }
td.TdClassName
{
border-color: #F143B4;
}
.TagClassName
{
border-color: #F143B4;
}
</style>