Shades of Brilliant Rose #F267A2
Tints of Brilliant Rose #F267A2
RGB
CMYK
RGB Variations
Color information
#F267A2 (or 0xF267A2) is known color: Brilliant Rose. HEX triplet: F2, 67 and A2. RGB value is (242,103,162). Sum of RGB (Red+Green+Blue) = 242+103+162=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F267A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F267A2 is #0D985D. Grayscale: #979797. Windows color (decimal): -890974 or 10643442. OLE color: 10643442.
HSL color Cylindrical-coordinate representation of color #F267A2: hue angle of 334.53º 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 #F267A2 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 162 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.05 |
| HSL | 334.53º | 0.84% | 0.68% | - |
| HSV(B) | 334.53º | 0.57% | 0.95% | - |
| XYZ | 47.99 | 31.19 | 37.67 | - |
| YUV | 151.29 | 134.05 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 162 | 0 | 0.57 | 0.33 | 0.05 | 334.53 | 0.84 | 0.68 |
| Hex | F2 | 67 | A2 | 0 | 39 | 21 | 5 | 14F | 54 | 44 |
| Octal | 362 | 147 | 242 | 0 | 71 | 41 | 5 | 517 | 124 | 104 |
| Binary | 11110010 | 1100111 | 10100010 | 0 | 111001 | 100001 | 101 | 101001111 | 1010100 | 1000100 |
Color Harmonies of #F267A2
Complementary color
Monochromatic Colors of #F267A2
Black with #F267A2
Text Example
Text Example
White with #F267A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267A2; }
p { color: rgb(242,103,162); }
H1.HeaderClassName
{
color: #F267A2;
}
.AnyTagClassName
{
color: #F267A2;
}
</style>
background-color css
<style>
a { background-color: #F267A2; }
a { background-color: rgb(242,103,162); }
div.DivClassName
{
background-color: #F267A2;
}
.BgClassName
{
background-color: #F267A2;
}
</style>
border-color css
<style>
span { border-color: #F267A2; }
span { border-color: rgb(242,103,162); }
td.TdClassName
{
border-color: #F267A2;
}
.TagClassName
{
border-color: #F267A2;
}
</style>