Shades of Brilliant Rose #F261A4
Tints of Brilliant Rose #F261A4
RGB
CMYK
RGB Variations
Color information
#F261A4 (or 0xF261A4) is known color: Brilliant Rose. HEX triplet: F2, 61 and A4. RGB value is (242,97,164). Sum of RGB (Red+Green+Blue) = 242+97+164=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F261A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F261A4 is #0D9E5B. Grayscale: #939393. Windows color (decimal): -892508 or 10772978. OLE color: 10772978.
HSL color Cylindrical-coordinate representation of color #F261A4: hue angle of 332.28º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F261A4 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 164 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.05 |
| HSL | 332.28º | 0.85% | 0.66% | - |
| HSV(B) | 332.28º | 0.6% | 0.95% | - |
| XYZ | 47.59 | 30.11 | 38.42 | - |
| YUV | 147.99 | 137.04 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 164 | 0 | 0.60 | 0.32 | 0.05 | 332.28 | 0.85 | 0.66 |
| Hex | F2 | 61 | A4 | 0 | 3C | 20 | 5 | 14C | 55 | 42 |
| Octal | 362 | 141 | 244 | 0 | 74 | 40 | 5 | 514 | 125 | 102 |
| Binary | 11110010 | 1100001 | 10100100 | 0 | 111100 | 100000 | 101 | 101001100 | 1010101 | 1000010 |
Color Harmonies of #F261A4
Complementary color
Monochromatic Colors of #F261A4
Black with #F261A4
Text Example
Text Example
White with #F261A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F261A4; }
p { color: rgb(242,97,164); }
H1.HeaderClassName
{
color: #F261A4;
}
.AnyTagClassName
{
color: #F261A4;
}
</style>
background-color css
<style>
a { background-color: #F261A4; }
a { background-color: rgb(242,97,164); }
div.DivClassName
{
background-color: #F261A4;
}
.BgClassName
{
background-color: #F261A4;
}
</style>
border-color css
<style>
span { border-color: #F261A4; }
span { border-color: rgb(242,97,164); }
td.TdClassName
{
border-color: #F261A4;
}
.TagClassName
{
border-color: #F261A4;
}
</style>