Shades of Brilliant Rose #F143AF
Tints of Brilliant Rose #F143AF
RGB
CMYK
RGB Variations
Color information
#F143AF (or 0xF143AF) is known color: Brilliant Rose. HEX triplet: F1, 43 and AF. RGB value is (241,67,175). Sum of RGB (Red+Green+Blue) = 241+67+175=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 67 (26.56% from 255 or 13.87% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F143AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F143AF is #0EBC50. Grayscale: #838383. Windows color (decimal): -965713 or 11486193. OLE color: 11486193.
HSL color Cylindrical-coordinate representation of color #F143AF: hue angle of 322.76º 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 #F143AF is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 175 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.05 |
| HSL | 322.76º | 0.86% | 0.6% | - |
| HSV(B) | 322.76º | 0.72% | 0.95% | - |
| XYZ | 46.02 | 25.81 | 43.11 | - |
| YUV | 131.34 | 152.65 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 175 | 0 | 0.72 | 0.27 | 0.05 | 322.76 | 0.86 | 0.6 |
| Hex | F1 | 43 | AF | 0 | 48 | 1B | 5 | 143 | 56 | 3C |
| Octal | 361 | 103 | 257 | 0 | 110 | 33 | 5 | 503 | 126 | 74 |
| Binary | 11110001 | 1000011 | 10101111 | 0 | 1001000 | 11011 | 101 | 101000011 | 1010110 | 111100 |
Color Harmonies of #F143AF
Complementary color
Monochromatic Colors of #F143AF
Black with #F143AF
Text Example
Text Example
White with #F143AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143AF; }
p { color: rgb(241,67,175); }
H1.HeaderClassName
{
color: #F143AF;
}
.AnyTagClassName
{
color: #F143AF;
}
</style>
background-color css
<style>
a { background-color: #F143AF; }
a { background-color: rgb(241,67,175); }
div.DivClassName
{
background-color: #F143AF;
}
.BgClassName
{
background-color: #F143AF;
}
</style>
border-color css
<style>
span { border-color: #F143AF; }
span { border-color: rgb(241,67,175); }
td.TdClassName
{
border-color: #F143AF;
}
.TagClassName
{
border-color: #F143AF;
}
</style>