Shades of Brilliant Rose #F467A3
Tints of Brilliant Rose #F467A3
RGB
CMYK
RGB Variations
Color information
#F467A3 (or 0xF467A3) is known color: Brilliant Rose. HEX triplet: F4, 67 and A3. RGB value is (244,103,163). Sum of RGB (Red+Green+Blue) = 244+103+163=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F467A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F467A3 is #0B985C. Grayscale: #979797. Windows color (decimal): -759901 or 10708980. OLE color: 10708980.
HSL color Cylindrical-coordinate representation of color #F467A3: hue angle of 334.47º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F467A3 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 103 | 163 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.04 |
| HSL | 334.47º | 0.87% | 0.68% | - |
| HSV(B) | 334.47º | 0.58% | 0.96% | - |
| XYZ | 48.77 | 31.58 | 38.18 | - |
| YUV | 152 | 134.21 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 103 | 163 | 0 | 0.58 | 0.33 | 0.04 | 334.47 | 0.87 | 0.68 |
| Hex | F4 | 67 | A3 | 0 | 3A | 21 | 4 | 14E | 57 | 44 |
| Octal | 364 | 147 | 243 | 0 | 72 | 41 | 4 | 516 | 127 | 104 |
| Binary | 11110100 | 1100111 | 10100011 | 0 | 111010 | 100001 | 100 | 101001110 | 1010111 | 1000100 |
Color Harmonies of #F467A3
Complementary color
Monochromatic Colors of #F467A3
Black with #F467A3
Text Example
Text Example
White with #F467A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F467A3; }
p { color: rgb(244,103,163); }
H1.HeaderClassName
{
color: #F467A3;
}
.AnyTagClassName
{
color: #F467A3;
}
</style>
background-color css
<style>
a { background-color: #F467A3; }
a { background-color: rgb(244,103,163); }
div.DivClassName
{
background-color: #F467A3;
}
.BgClassName
{
background-color: #F467A3;
}
</style>
border-color css
<style>
span { border-color: #F467A3; }
span { border-color: rgb(244,103,163); }
td.TdClassName
{
border-color: #F467A3;
}
.TagClassName
{
border-color: #F467A3;
}
</style>