Shades of Brilliant Rose #F245B3
Tints of Brilliant Rose #F245B3
RGB
CMYK
RGB Variations
Color information
#F245B3 (or 0xF245B3) is known color: Brilliant Rose. HEX triplet: F2, 45 and B3. RGB value is (242,69,179). Sum of RGB (Red+Green+Blue) = 242+69+179=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F245B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F245B3 is #0DBA4C. Grayscale: #858585. Windows color (decimal): -899661 or 11748850. OLE color: 11748850.
HSL color Cylindrical-coordinate representation of color #F245B3: hue angle of 321.85º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F245B3 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 179 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.05 |
| HSL | 321.85º | 0.87% | 0.61% | - |
| HSV(B) | 321.85º | 0.71% | 0.95% | - |
| XYZ | 46.88 | 26.39 | 45.27 | - |
| YUV | 133.27 | 153.81 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 179 | 0 | 0.71 | 0.26 | 0.05 | 321.85 | 0.87 | 0.61 |
| Hex | F2 | 45 | B3 | 0 | 47 | 1A | 5 | 142 | 57 | 3D |
| Octal | 362 | 105 | 263 | 0 | 107 | 32 | 5 | 502 | 127 | 75 |
| Binary | 11110010 | 1000101 | 10110011 | 0 | 1000111 | 11010 | 101 | 101000010 | 1010111 | 111101 |
Color Harmonies of #F245B3
Complementary color
Monochromatic Colors of #F245B3
Black with #F245B3
Text Example
Text Example
White with #F245B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F245B3; }
p { color: rgb(242,69,179); }
H1.HeaderClassName
{
color: #F245B3;
}
.AnyTagClassName
{
color: #F245B3;
}
</style>
background-color css
<style>
a { background-color: #F245B3; }
a { background-color: rgb(242,69,179); }
div.DivClassName
{
background-color: #F245B3;
}
.BgClassName
{
background-color: #F245B3;
}
</style>
border-color css
<style>
span { border-color: #F245B3; }
span { border-color: rgb(242,69,179); }
td.TdClassName
{
border-color: #F245B3;
}
.TagClassName
{
border-color: #F245B3;
}
</style>