Shades of French Rose #FB558A
Tints of French Rose #FB558A
RGB
CMYK
RGB Variations
Color information
#FB558A (or 0xFB558A) is known color: French Rose. HEX triplet: FB, 55 and 8A. RGB value is (251,85,138). Sum of RGB (Red+Green+Blue) = 251+85+138=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB558A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB558A is #04AA75. Grayscale: #8C8C8C. Windows color (decimal): -305782 or 9065979. OLE color: 9065979.
HSL color Cylindrical-coordinate representation of color #FB558A: hue angle of 340.84º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB558A is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 138 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.02 |
| HSL | 340.84º | 0.95% | 0.66% | - |
| HSV(B) | 340.84º | 0.66% | 0.98% | - |
| XYZ | 47.62 | 28.84 | 27.1 | - |
| YUV | 140.68 | 126.5 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 138 | 0 | 0.66 | 0.45 | 0.02 | 340.84 | 0.95 | 0.66 |
| Hex | FB | 55 | 8A | 0 | 42 | 2D | 2 | 155 | 5F | 42 |
| Octal | 373 | 125 | 212 | 0 | 102 | 55 | 2 | 525 | 137 | 102 |
| Binary | 11111011 | 1010101 | 10001010 | 0 | 1000010 | 101101 | 10 | 101010101 | 1011111 | 1000010 |
Color Harmonies of #FB558A
Complementary color
Monochromatic Colors of #FB558A
Black with #FB558A
Text Example
Text Example
White with #FB558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB558A; }
p { color: rgb(251,85,138); }
H1.HeaderClassName
{
color: #FB558A;
}
.AnyTagClassName
{
color: #FB558A;
}
</style>
background-color css
<style>
a { background-color: #FB558A; }
a { background-color: rgb(251,85,138); }
div.DivClassName
{
background-color: #FB558A;
}
.BgClassName
{
background-color: #FB558A;
}
</style>
border-color css
<style>
span { border-color: #FB558A; }
span { border-color: rgb(251,85,138); }
td.TdClassName
{
border-color: #FB558A;
}
.TagClassName
{
border-color: #FB558A;
}
</style>