Shades of Brilliant Rose #F143B2
Tints of Brilliant Rose #F143B2
RGB
CMYK
RGB Variations
Color information
#F143B2 (or 0xF143B2) is known color: Brilliant Rose. HEX triplet: F1, 43 and B2. RGB value is (241,67,178). Sum of RGB (Red+Green+Blue) = 241+67+178=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 67 (26.56% from 255 or 13.79% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F143B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F143B2 is #0EBC4D. Grayscale: #838383. Windows color (decimal): -965710 or 11682801. OLE color: 11682801.
HSL color Cylindrical-coordinate representation of color #F143B2: hue angle of 321.72º 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 #F143B2 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 178 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.05 |
| HSL | 321.72º | 0.86% | 0.6% | - |
| HSV(B) | 321.72º | 0.72% | 0.95% | - |
| XYZ | 46.32 | 25.93 | 44.68 | - |
| YUV | 131.68 | 154.15 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 178 | 0 | 0.72 | 0.26 | 0.05 | 321.72 | 0.86 | 0.6 |
| Hex | F1 | 43 | B2 | 0 | 48 | 1A | 5 | 142 | 56 | 3C |
| Octal | 361 | 103 | 262 | 0 | 110 | 32 | 5 | 502 | 126 | 74 |
| Binary | 11110001 | 1000011 | 10110010 | 0 | 1001000 | 11010 | 101 | 101000010 | 1010110 | 111100 |
Color Harmonies of #F143B2
Complementary color
Monochromatic Colors of #F143B2
Black with #F143B2
Text Example
Text Example
White with #F143B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143B2; }
p { color: rgb(241,67,178); }
H1.HeaderClassName
{
color: #F143B2;
}
.AnyTagClassName
{
color: #F143B2;
}
</style>
background-color css
<style>
a { background-color: #F143B2; }
a { background-color: rgb(241,67,178); }
div.DivClassName
{
background-color: #F143B2;
}
.BgClassName
{
background-color: #F143B2;
}
</style>
border-color css
<style>
span { border-color: #F143B2; }
span { border-color: rgb(241,67,178); }
td.TdClassName
{
border-color: #F143B2;
}
.TagClassName
{
border-color: #F143B2;
}
</style>