Shades of French Rose #F14B8C
Tints of French Rose #F14B8C
RGB
CMYK
RGB Variations
Color information
#F14B8C (or 0xF14B8C) is known color: French Rose. HEX triplet: F1, 4B and 8C. RGB value is (241,75,140). Sum of RGB (Red+Green+Blue) = 241+75+140=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14B8C is #0EB473. Grayscale: #838383. Windows color (decimal): -963700 or 9194481. OLE color: 9194481.
HSL color Cylindrical-coordinate representation of color #F14B8C: hue angle of 336.51º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14B8C is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 75 | 140 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.05 |
| HSL | 336.51º | 0.86% | 0.62% | - |
| HSV(B) | 336.51º | 0.69% | 0.95% | - |
| XYZ | 43.53 | 25.63 | 27.46 | - |
| YUV | 132.04 | 132.5 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 75 | 140 | 0 | 0.69 | 0.42 | 0.05 | 336.51 | 0.86 | 0.62 |
| Hex | F1 | 4B | 8C | 0 | 45 | 2A | 5 | 151 | 56 | 3E |
| Octal | 361 | 113 | 214 | 0 | 105 | 52 | 5 | 521 | 126 | 76 |
| Binary | 11110001 | 1001011 | 10001100 | 0 | 1000101 | 101010 | 101 | 101010001 | 1010110 | 111110 |
Color Harmonies of #F14B8C
Complementary color
Monochromatic Colors of #F14B8C
Black with #F14B8C
Text Example
Text Example
White with #F14B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14B8C; }
p { color: rgb(241,75,140); }
H1.HeaderClassName
{
color: #F14B8C;
}
.AnyTagClassName
{
color: #F14B8C;
}
</style>
background-color css
<style>
a { background-color: #F14B8C; }
a { background-color: rgb(241,75,140); }
div.DivClassName
{
background-color: #F14B8C;
}
.BgClassName
{
background-color: #F14B8C;
}
</style>
border-color css
<style>
span { border-color: #F14B8C; }
span { border-color: rgb(241,75,140); }
td.TdClassName
{
border-color: #F14B8C;
}
.TagClassName
{
border-color: #F14B8C;
}
</style>