Shades of Brilliant Rose #F35CA2
Tints of Brilliant Rose #F35CA2
RGB
CMYK
RGB Variations
Color information
#F35CA2 (or 0xF35CA2) is known color: Brilliant Rose. HEX triplet: F3, 5C and A2. RGB value is (243,92,162). Sum of RGB (Red+Green+Blue) = 243+92+162=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F35CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35CA2 is #0CA35D. Grayscale: #909090. Windows color (decimal): -828254 or 10640627. OLE color: 10640627.
HSL color Cylindrical-coordinate representation of color #F35CA2: hue angle of 332.19º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F35CA2 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 92 | 162 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.05 |
| HSL | 332.19º | 0.86% | 0.66% | - |
| HSV(B) | 332.19º | 0.62% | 0.95% | - |
| XYZ | 47.31 | 29.32 | 37.35 | - |
| YUV | 145.13 | 137.53 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 92 | 162 | 0 | 0.62 | 0.33 | 0.05 | 332.19 | 0.86 | 0.66 |
| Hex | F3 | 5C | A2 | 0 | 3E | 21 | 5 | 14C | 56 | 42 |
| Octal | 363 | 134 | 242 | 0 | 76 | 41 | 5 | 514 | 126 | 102 |
| Binary | 11110011 | 1011100 | 10100010 | 0 | 111110 | 100001 | 101 | 101001100 | 1010110 | 1000010 |
Color Harmonies of #F35CA2
Complementary color
Monochromatic Colors of #F35CA2
Black with #F35CA2
Text Example
Text Example
White with #F35CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35CA2; }
p { color: rgb(243,92,162); }
H1.HeaderClassName
{
color: #F35CA2;
}
.AnyTagClassName
{
color: #F35CA2;
}
</style>
background-color css
<style>
a { background-color: #F35CA2; }
a { background-color: rgb(243,92,162); }
div.DivClassName
{
background-color: #F35CA2;
}
.BgClassName
{
background-color: #F35CA2;
}
</style>
border-color css
<style>
span { border-color: #F35CA2; }
span { border-color: rgb(243,92,162); }
td.TdClassName
{
border-color: #F35CA2;
}
.TagClassName
{
border-color: #F35CA2;
}
</style>