Shades of Brilliant Rose #F265A2
Tints of Brilliant Rose #F265A2
RGB
CMYK
RGB Variations
Color information
#F265A2 (or 0xF265A2) is known color: Brilliant Rose. HEX triplet: F2, 65 and A2. RGB value is (242,101,162). Sum of RGB (Red+Green+Blue) = 242+101+162=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F265A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F265A2 is #0D9A5D. Grayscale: #969696. Windows color (decimal): -891486 or 10642930. OLE color: 10642930.
HSL color Cylindrical-coordinate representation of color #F265A2: hue angle of 334.04º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265A2 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 162 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.05 |
| HSL | 334.04º | 0.84% | 0.67% | - |
| HSV(B) | 334.04º | 0.58% | 0.95% | - |
| XYZ | 47.79 | 30.79 | 37.61 | - |
| YUV | 150.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 162 | 0 | 0.58 | 0.33 | 0.05 | 334.04 | 0.84 | 0.67 |
| Hex | F2 | 65 | A2 | 0 | 3A | 21 | 5 | 14E | 54 | 43 |
| Octal | 362 | 145 | 242 | 0 | 72 | 41 | 5 | 516 | 124 | 103 |
| Binary | 11110010 | 1100101 | 10100010 | 0 | 111010 | 100001 | 101 | 101001110 | 1010100 | 1000011 |
Color Harmonies of #F265A2
Complementary color
Monochromatic Colors of #F265A2
Black with #F265A2
Text Example
Text Example
White with #F265A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265A2; }
p { color: rgb(242,101,162); }
H1.HeaderClassName
{
color: #F265A2;
}
.AnyTagClassName
{
color: #F265A2;
}
</style>
background-color css
<style>
a { background-color: #F265A2; }
a { background-color: rgb(242,101,162); }
div.DivClassName
{
background-color: #F265A2;
}
.BgClassName
{
background-color: #F265A2;
}
</style>
border-color css
<style>
span { border-color: #F265A2; }
span { border-color: rgb(242,101,162); }
td.TdClassName
{
border-color: #F265A2;
}
.TagClassName
{
border-color: #F265A2;
}
</style>