Shades of Brilliant Rose #F243B3
Tints of Brilliant Rose #F243B3
RGB
CMYK
RGB Variations
Color information
#F243B3 (or 0xF243B3) is known color: Brilliant Rose. HEX triplet: F2, 43 and B3. RGB value is (242,67,179). Sum of RGB (Red+Green+Blue) = 242+67+179=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F243B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F243B3 is #0DBC4C. Grayscale: #838383. Windows color (decimal): -900173 or 11748338. OLE color: 11748338.
HSL color Cylindrical-coordinate representation of color #F243B3: hue angle of 321.6º 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 #F243B3 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 179 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.05 |
| HSL | 321.6º | 0.87% | 0.61% | - |
| HSV(B) | 321.6º | 0.72% | 0.95% | - |
| XYZ | 46.76 | 26.15 | 45.23 | - |
| YUV | 132.09 | 154.48 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 179 | 0 | 0.72 | 0.26 | 0.05 | 321.6 | 0.87 | 0.61 |
| Hex | F2 | 43 | B3 | 0 | 48 | 1A | 5 | 142 | 57 | 3D |
| Octal | 362 | 103 | 263 | 0 | 110 | 32 | 5 | 502 | 127 | 75 |
| Binary | 11110010 | 1000011 | 10110011 | 0 | 1001000 | 11010 | 101 | 101000010 | 1010111 | 111101 |
Color Harmonies of #F243B3
Complementary color
Monochromatic Colors of #F243B3
Black with #F243B3
Text Example
Text Example
White with #F243B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F243B3; }
p { color: rgb(242,67,179); }
H1.HeaderClassName
{
color: #F243B3;
}
.AnyTagClassName
{
color: #F243B3;
}
</style>
background-color css
<style>
a { background-color: #F243B3; }
a { background-color: rgb(242,67,179); }
div.DivClassName
{
background-color: #F243B3;
}
.BgClassName
{
background-color: #F243B3;
}
</style>
border-color css
<style>
span { border-color: #F243B3; }
span { border-color: rgb(242,67,179); }
td.TdClassName
{
border-color: #F243B3;
}
.TagClassName
{
border-color: #F243B3;
}
</style>