Shades of French Rose #FE568B
Tints of French Rose #FE568B
RGB
CMYK
RGB Variations
Color information
#FE568B (or 0xFE568B) is known color: French Rose. HEX triplet: FE, 56 and 8B. RGB value is (254,86,139). Sum of RGB (Red+Green+Blue) = 254+86+139=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE568B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE568B is #01A974. Grayscale: #8E8E8E. Windows color (decimal): -108917 or 9131774. OLE color: 9131774.
HSL color Cylindrical-coordinate representation of color #FE568B: hue angle of 341.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE568B is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 139 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.00 |
| HSL | 341.07º | 0.99% | 0.67% | - |
| HSV(B) | 341.07º | 0.66% | 1% | - |
| XYZ | 48.86 | 29.59 | 27.56 | - |
| YUV | 142.27 | 126.16 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 139 | 0 | 0.66 | 0.45 | 0.00 | 341.07 | 0.99 | 0.67 |
| Hex | FE | 56 | 8B | 0 | 42 | 2D | 0 | 155 | 63 | 43 |
| Octal | 376 | 126 | 213 | 0 | 102 | 55 | 0 | 525 | 143 | 103 |
| Binary | 11111110 | 1010110 | 10001011 | 0 | 1000010 | 101101 | 0 | 101010101 | 1100011 | 1000011 |
Color Harmonies of #FE568B
Complementary color
Monochromatic Colors of #FE568B
Black with #FE568B
Text Example
Text Example
White with #FE568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE568B; }
p { color: rgb(254,86,139); }
H1.HeaderClassName
{
color: #FE568B;
}
.AnyTagClassName
{
color: #FE568B;
}
</style>
background-color css
<style>
a { background-color: #FE568B; }
a { background-color: rgb(254,86,139); }
div.DivClassName
{
background-color: #FE568B;
}
.BgClassName
{
background-color: #FE568B;
}
</style>
border-color css
<style>
span { border-color: #FE568B; }
span { border-color: rgb(254,86,139); }
td.TdClassName
{
border-color: #FE568B;
}
.TagClassName
{
border-color: #FE568B;
}
</style>