Shades of Brilliant Rose #F35CA0
Tints of Brilliant Rose #F35CA0
RGB
CMYK
RGB Variations
Color information
#F35CA0 (or 0xF35CA0) is known color: Brilliant Rose. HEX triplet: F3, 5C and A0. RGB value is (243,92,160). Sum of RGB (Red+Green+Blue) = 243+92+160=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F35CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35CA0 is #0CA35F. Grayscale: #909090. Windows color (decimal): -828256 or 10509555. OLE color: 10509555.
HSL color Cylindrical-coordinate representation of color #F35CA0: hue angle of 332.98º 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 #F35CA0 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 92 | 160 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.05 |
| HSL | 332.98º | 0.86% | 0.66% | - |
| HSV(B) | 332.98º | 0.62% | 0.95% | - |
| XYZ | 47.13 | 29.25 | 36.42 | - |
| YUV | 144.9 | 136.53 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 92 | 160 | 0 | 0.62 | 0.34 | 0.05 | 332.98 | 0.86 | 0.66 |
| Hex | F3 | 5C | A0 | 0 | 3E | 22 | 5 | 14D | 56 | 42 |
| Octal | 363 | 134 | 240 | 0 | 76 | 42 | 5 | 515 | 126 | 102 |
| Binary | 11110011 | 1011100 | 10100000 | 0 | 111110 | 100010 | 101 | 101001101 | 1010110 | 1000010 |
Color Harmonies of #F35CA0
Complementary color
Monochromatic Colors of #F35CA0
Black with #F35CA0
Text Example
Text Example
White with #F35CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35CA0; }
p { color: rgb(243,92,160); }
H1.HeaderClassName
{
color: #F35CA0;
}
.AnyTagClassName
{
color: #F35CA0;
}
</style>
background-color css
<style>
a { background-color: #F35CA0; }
a { background-color: rgb(243,92,160); }
div.DivClassName
{
background-color: #F35CA0;
}
.BgClassName
{
background-color: #F35CA0;
}
</style>
border-color css
<style>
span { border-color: #F35CA0; }
span { border-color: rgb(243,92,160); }
td.TdClassName
{
border-color: #F35CA0;
}
.TagClassName
{
border-color: #F35CA0;
}
</style>