Shades of Brilliant Rose #F268A1
Tints of Brilliant Rose #F268A1
RGB
CMYK
RGB Variations
Color information
#F268A1 (or 0xF268A1) is known color: Brilliant Rose. HEX triplet: F2, 68 and A1. RGB value is (242,104,161). Sum of RGB (Red+Green+Blue) = 242+104+161=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F268A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F268A1 is #0D975E. Grayscale: #979797. Windows color (decimal): -890719 or 10578162. OLE color: 10578162.
HSL color Cylindrical-coordinate representation of color #F268A1: hue angle of 335.22º 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 #F268A1 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 161 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.05 |
| HSL | 335.22º | 0.84% | 0.68% | - |
| HSV(B) | 335.22º | 0.57% | 0.95% | - |
| XYZ | 48 | 31.35 | 37.24 | - |
| YUV | 151.76 | 133.22 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 161 | 0 | 0.57 | 0.33 | 0.05 | 335.22 | 0.84 | 0.68 |
| Hex | F2 | 68 | A1 | 0 | 39 | 21 | 5 | 14F | 54 | 44 |
| Octal | 362 | 150 | 241 | 0 | 71 | 41 | 5 | 517 | 124 | 104 |
| Binary | 11110010 | 1101000 | 10100001 | 0 | 111001 | 100001 | 101 | 101001111 | 1010100 | 1000100 |
Color Harmonies of #F268A1
Complementary color
Monochromatic Colors of #F268A1
Black with #F268A1
Text Example
Text Example
White with #F268A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268A1; }
p { color: rgb(242,104,161); }
H1.HeaderClassName
{
color: #F268A1;
}
.AnyTagClassName
{
color: #F268A1;
}
</style>
background-color css
<style>
a { background-color: #F268A1; }
a { background-color: rgb(242,104,161); }
div.DivClassName
{
background-color: #F268A1;
}
.BgClassName
{
background-color: #F268A1;
}
</style>
border-color css
<style>
span { border-color: #F268A1; }
span { border-color: rgb(242,104,161); }
td.TdClassName
{
border-color: #F268A1;
}
.TagClassName
{
border-color: #F268A1;
}
</style>