Shades of Brilliant Rose #F94AB3
Tints of Brilliant Rose #F94AB3
RGB
CMYK
RGB Variations
Color information
#F94AB3 (or 0xF94AB3) is known color: Brilliant Rose. HEX triplet: F9, 4A and B3. RGB value is (249,74,179). Sum of RGB (Red+Green+Blue) = 249+74+179=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94AB3 is #06B54C. Grayscale: #8A8A8A. Windows color (decimal): -439629 or 11750137. OLE color: 11750137.
HSL color Cylindrical-coordinate representation of color #F94AB3: hue angle of 324º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94AB3 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 179 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.02 |
| HSL | 324º | 0.94% | 0.63% | - |
| HSV(B) | 324º | 0.7% | 0.98% | - |
| XYZ | 49.65 | 28.29 | 45.49 | - |
| YUV | 138.3 | 150.98 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 179 | 0 | 0.70 | 0.28 | 0.02 | 324 | 0.94 | 0.63 |
| Hex | F9 | 4A | B3 | 0 | 46 | 1C | 2 | 144 | 5E | 3F |
| Octal | 371 | 112 | 263 | 0 | 106 | 34 | 2 | 504 | 136 | 77 |
| Binary | 11111001 | 1001010 | 10110011 | 0 | 1000110 | 11100 | 10 | 101000100 | 1011110 | 111111 |
Color Harmonies of #F94AB3
Complementary color
Monochromatic Colors of #F94AB3
Black with #F94AB3
Text Example
Text Example
White with #F94AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94AB3; }
p { color: rgb(249,74,179); }
H1.HeaderClassName
{
color: #F94AB3;
}
.AnyTagClassName
{
color: #F94AB3;
}
</style>
background-color css
<style>
a { background-color: #F94AB3; }
a { background-color: rgb(249,74,179); }
div.DivClassName
{
background-color: #F94AB3;
}
.BgClassName
{
background-color: #F94AB3;
}
</style>
border-color css
<style>
span { border-color: #F94AB3; }
span { border-color: rgb(249,74,179); }
td.TdClassName
{
border-color: #F94AB3;
}
.TagClassName
{
border-color: #F94AB3;
}
</style>