Shades of Brilliant Rose #F463A3
Tints of Brilliant Rose #F463A3
RGB
CMYK
RGB Variations
Color information
#F463A3 (or 0xF463A3) is known color: Brilliant Rose. HEX triplet: F4, 63 and A3. RGB value is (244,99,163). Sum of RGB (Red+Green+Blue) = 244+99+163=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F463A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F463A3 is #0B9C5C. Grayscale: #959595. Windows color (decimal): -760925 or 10707956. OLE color: 10707956.
HSL color Cylindrical-coordinate representation of color #F463A3: hue angle of 333.52º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F463A3 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 99 | 163 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.04 |
| HSL | 333.52º | 0.87% | 0.67% | - |
| HSV(B) | 333.52º | 0.59% | 0.96% | - |
| XYZ | 48.38 | 30.8 | 38.05 | - |
| YUV | 149.65 | 135.54 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 99 | 163 | 0 | 0.59 | 0.33 | 0.04 | 333.52 | 0.87 | 0.67 |
| Hex | F4 | 63 | A3 | 0 | 3B | 21 | 4 | 14E | 57 | 43 |
| Octal | 364 | 143 | 243 | 0 | 73 | 41 | 4 | 516 | 127 | 103 |
| Binary | 11110100 | 1100011 | 10100011 | 0 | 111011 | 100001 | 100 | 101001110 | 1010111 | 1000011 |
Color Harmonies of #F463A3
Complementary color
Monochromatic Colors of #F463A3
Black with #F463A3
Text Example
Text Example
White with #F463A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F463A3; }
p { color: rgb(244,99,163); }
H1.HeaderClassName
{
color: #F463A3;
}
.AnyTagClassName
{
color: #F463A3;
}
</style>
background-color css
<style>
a { background-color: #F463A3; }
a { background-color: rgb(244,99,163); }
div.DivClassName
{
background-color: #F463A3;
}
.BgClassName
{
background-color: #F463A3;
}
</style>
border-color css
<style>
span { border-color: #F463A3; }
span { border-color: rgb(244,99,163); }
td.TdClassName
{
border-color: #F463A3;
}
.TagClassName
{
border-color: #F463A3;
}
</style>