Shades of Brilliant Rose #F05CAC
Tints of Brilliant Rose #F05CAC
RGB
CMYK
RGB Variations
Color information
#F05CAC (or 0xF05CAC) is known color: Brilliant Rose. HEX triplet: F0, 5C and AC. RGB value is (240,92,172). Sum of RGB (Red+Green+Blue) = 240+92+172=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F05CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05CAC is #0FA353. Grayscale: #919191. Windows color (decimal): -1024852 or 11295984. OLE color: 11295984.
HSL color Cylindrical-coordinate representation of color #F05CAC: hue angle of 327.57º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05CAC is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 92 | 172 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.06 |
| HSL | 327.57º | 0.83% | 0.65% | - |
| HSV(B) | 327.57º | 0.62% | 0.94% | - |
| XYZ | 47.21 | 29.16 | 42.17 | - |
| YUV | 145.37 | 143.03 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 172 | 0 | 0.62 | 0.28 | 0.06 | 327.57 | 0.83 | 0.65 |
| Hex | F0 | 5C | AC | 0 | 3E | 1C | 6 | 148 | 53 | 41 |
| Octal | 360 | 134 | 254 | 0 | 76 | 34 | 6 | 510 | 123 | 101 |
| Binary | 11110000 | 1011100 | 10101100 | 0 | 111110 | 11100 | 110 | 101001000 | 1010011 | 1000001 |
Color Harmonies of #F05CAC
Complementary color
Monochromatic Colors of #F05CAC
Black with #F05CAC
Text Example
Text Example
White with #F05CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05CAC; }
p { color: rgb(240,92,172); }
H1.HeaderClassName
{
color: #F05CAC;
}
.AnyTagClassName
{
color: #F05CAC;
}
</style>
background-color css
<style>
a { background-color: #F05CAC; }
a { background-color: rgb(240,92,172); }
div.DivClassName
{
background-color: #F05CAC;
}
.BgClassName
{
background-color: #F05CAC;
}
</style>
border-color css
<style>
span { border-color: #F05CAC; }
span { border-color: rgb(240,92,172); }
td.TdClassName
{
border-color: #F05CAC;
}
.TagClassName
{
border-color: #F05CAC;
}
</style>