Shades of Brilliant Rose #F268A0
Tints of Brilliant Rose #F268A0
RGB
CMYK
RGB Variations
Color information
#F268A0 (or 0xF268A0) is known color: Brilliant Rose. HEX triplet: F2, 68 and A0. RGB value is (242,104,160). Sum of RGB (Red+Green+Blue) = 242+104+160=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F268A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F268A0 is #0D975F. Grayscale: #979797. Windows color (decimal): -890720 or 10512626. OLE color: 10512626.
HSL color Cylindrical-coordinate representation of color #F268A0: hue angle of 335.65º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F268A0 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 160 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.05 |
| HSL | 335.65º | 0.84% | 0.68% | - |
| HSV(B) | 335.65º | 0.57% | 0.95% | - |
| XYZ | 47.91 | 31.32 | 36.78 | - |
| YUV | 151.65 | 132.72 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 160 | 0 | 0.57 | 0.34 | 0.05 | 335.65 | 0.84 | 0.68 |
| Hex | F2 | 68 | A0 | 0 | 39 | 22 | 5 | 150 | 54 | 44 |
| Octal | 362 | 150 | 240 | 0 | 71 | 42 | 5 | 520 | 124 | 104 |
| Binary | 11110010 | 1101000 | 10100000 | 0 | 111001 | 100010 | 101 | 101010000 | 1010100 | 1000100 |
Color Harmonies of #F268A0
Complementary color
Monochromatic Colors of #F268A0
Black with #F268A0
Text Example
Text Example
White with #F268A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268A0; }
p { color: rgb(242,104,160); }
H1.HeaderClassName
{
color: #F268A0;
}
.AnyTagClassName
{
color: #F268A0;
}
</style>
background-color css
<style>
a { background-color: #F268A0; }
a { background-color: rgb(242,104,160); }
div.DivClassName
{
background-color: #F268A0;
}
.BgClassName
{
background-color: #F268A0;
}
</style>
border-color css
<style>
span { border-color: #F268A0; }
span { border-color: rgb(242,104,160); }
td.TdClassName
{
border-color: #F268A0;
}
.TagClassName
{
border-color: #F268A0;
}
</style>