Shades of Brilliant Rose #F243AB
Tints of Brilliant Rose #F243AB
RGB
CMYK
RGB Variations
Color information
#F243AB (or 0xF243AB) is known color: Brilliant Rose. HEX triplet: F2, 43 and AB. RGB value is (242,67,171). Sum of RGB (Red+Green+Blue) = 242+67+171=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 67 (26.56% from 255 or 13.96% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F243AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F243AB is #0DBC54. Grayscale: #828282. Windows color (decimal): -900181 or 11224050. OLE color: 11224050.
HSL color Cylindrical-coordinate representation of color #F243AB: hue angle of 324.34º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F243AB is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 171 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.05 |
| HSL | 324.34º | 0.87% | 0.61% | - |
| HSV(B) | 324.34º | 0.72% | 0.95% | - |
| XYZ | 45.98 | 25.83 | 41.09 | - |
| YUV | 131.18 | 150.48 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 171 | 0 | 0.72 | 0.29 | 0.05 | 324.34 | 0.87 | 0.61 |
| Hex | F2 | 43 | AB | 0 | 48 | 1D | 5 | 144 | 57 | 3D |
| Octal | 362 | 103 | 253 | 0 | 110 | 35 | 5 | 504 | 127 | 75 |
| Binary | 11110010 | 1000011 | 10101011 | 0 | 1001000 | 11101 | 101 | 101000100 | 1010111 | 111101 |
Color Harmonies of #F243AB
Complementary color
Monochromatic Colors of #F243AB
Black with #F243AB
Text Example
Text Example
White with #F243AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F243AB; }
p { color: rgb(242,67,171); }
H1.HeaderClassName
{
color: #F243AB;
}
.AnyTagClassName
{
color: #F243AB;
}
</style>
background-color css
<style>
a { background-color: #F243AB; }
a { background-color: rgb(242,67,171); }
div.DivClassName
{
background-color: #F243AB;
}
.BgClassName
{
background-color: #F243AB;
}
</style>
border-color css
<style>
span { border-color: #F243AB; }
span { border-color: rgb(242,67,171); }
td.TdClassName
{
border-color: #F243AB;
}
.TagClassName
{
border-color: #F243AB;
}
</style>