Shades of Brilliant Rose #F248AB
Tints of Brilliant Rose #F248AB
RGB
CMYK
RGB Variations
Color information
#F248AB (or 0xF248AB) is known color: Brilliant Rose. HEX triplet: F2, 48 and AB. RGB value is (242,72,171). Sum of RGB (Red+Green+Blue) = 242+72+171=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F248AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F248AB is #0DB754. Grayscale: #858585. Windows color (decimal): -898901 or 11225330. OLE color: 11225330.
HSL color Cylindrical-coordinate representation of color #F248AB: hue angle of 325.06º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F248AB is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 171 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.05 |
| HSL | 325.06º | 0.87% | 0.62% | - |
| HSV(B) | 325.06º | 0.7% | 0.95% | - |
| XYZ | 46.29 | 26.45 | 41.19 | - |
| YUV | 134.12 | 148.82 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 171 | 0 | 0.70 | 0.29 | 0.05 | 325.06 | 0.87 | 0.62 |
| Hex | F2 | 48 | AB | 0 | 46 | 1D | 5 | 145 | 57 | 3E |
| Octal | 362 | 110 | 253 | 0 | 106 | 35 | 5 | 505 | 127 | 76 |
| Binary | 11110010 | 1001000 | 10101011 | 0 | 1000110 | 11101 | 101 | 101000101 | 1010111 | 111110 |
Color Harmonies of #F248AB
Complementary color
Monochromatic Colors of #F248AB
Black with #F248AB
Text Example
Text Example
White with #F248AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F248AB; }
p { color: rgb(242,72,171); }
H1.HeaderClassName
{
color: #F248AB;
}
.AnyTagClassName
{
color: #F248AB;
}
</style>
background-color css
<style>
a { background-color: #F248AB; }
a { background-color: rgb(242,72,171); }
div.DivClassName
{
background-color: #F248AB;
}
.BgClassName
{
background-color: #F248AB;
}
</style>
border-color css
<style>
span { border-color: #F248AB; }
span { border-color: rgb(242,72,171); }
td.TdClassName
{
border-color: #F248AB;
}
.TagClassName
{
border-color: #F248AB;
}
</style>