Shades of Brilliant Rose #F245AF
Tints of Brilliant Rose #F245AF
RGB
CMYK
RGB Variations
Color information
#F245AF (or 0xF245AF) is known color: Brilliant Rose. HEX triplet: F2, 45 and AF. RGB value is (242,69,175). Sum of RGB (Red+Green+Blue) = 242+69+175=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F245AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F245AF is #0DBA50. Grayscale: #848484. Windows color (decimal): -899665 or 11486706. OLE color: 11486706.
HSL color Cylindrical-coordinate representation of color #F245AF: hue angle of 323.24º 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 #F245AF is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 175 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.05 |
| HSL | 323.24º | 0.87% | 0.61% | - |
| HSV(B) | 323.24º | 0.71% | 0.95% | - |
| XYZ | 46.48 | 26.23 | 43.17 | - |
| YUV | 132.81 | 151.81 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 175 | 0 | 0.71 | 0.28 | 0.05 | 323.24 | 0.87 | 0.61 |
| Hex | F2 | 45 | AF | 0 | 47 | 1C | 5 | 143 | 57 | 3D |
| Octal | 362 | 105 | 257 | 0 | 107 | 34 | 5 | 503 | 127 | 75 |
| Binary | 11110010 | 1000101 | 10101111 | 0 | 1000111 | 11100 | 101 | 101000011 | 1010111 | 111101 |
Color Harmonies of #F245AF
Complementary color
Monochromatic Colors of #F245AF
Black with #F245AF
Text Example
Text Example
White with #F245AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F245AF; }
p { color: rgb(242,69,175); }
H1.HeaderClassName
{
color: #F245AF;
}
.AnyTagClassName
{
color: #F245AF;
}
</style>
background-color css
<style>
a { background-color: #F245AF; }
a { background-color: rgb(242,69,175); }
div.DivClassName
{
background-color: #F245AF;
}
.BgClassName
{
background-color: #F245AF;
}
</style>
border-color css
<style>
span { border-color: #F245AF; }
span { border-color: rgb(242,69,175); }
td.TdClassName
{
border-color: #F245AF;
}
.TagClassName
{
border-color: #F245AF;
}
</style>