Shades of French Rose #FD4C7E
Tints of French Rose #FD4C7E
RGB
CMYK
RGB Variations
Color information
#FD4C7E (or 0xFD4C7E) is known color: French Rose. HEX triplet: FD, 4C and 7E. RGB value is (253,76,126). Sum of RGB (Red+Green+Blue) = 253+76+126=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4C7E is #02B381. Grayscale: #868686. Windows color (decimal): -177026 or 8277245. OLE color: 8277245.
HSL color Cylindrical-coordinate representation of color #FD4C7E: hue angle of 343.05º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4C7E is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 76 | 126 | - |
CMYK | 0 | 0.70 | 0.50 | 0.01 |
HSL | 343.05º | 0.98% | 0.65% | - |
HSV(B) | 343.05º | 0.7% | 0.99% | - |
XYZ | 46.86 | 27.56 | 22.59 | - |
YUV | 134.62 | 123.14 | 212.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 76 | 126 | 0 | 0.70 | 0.50 | 0.01 | 343.05 | 0.98 | 0.65 |
Hex | FD | 4C | 7E | 0 | 46 | 32 | 1 | 157 | 62 | 41 |
Octal | 375 | 114 | 176 | 0 | 106 | 62 | 1 | 527 | 142 | 101 |
Binary | 11111101 | 1001100 | 1111110 | 0 | 1000110 | 110010 | 1 | 101010111 | 1100010 | 1000001 |
Color Harmonies of #FD4C7E
Complementary color
Monochromatic Colors of #FD4C7E
Black with #FD4C7E
Text Example
Text Example
White with #FD4C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4C7E; }
p { color: rgb(253,76,126); }
H1.HeaderClassName
{
color: #FD4C7E;
}
.AnyTagClassName
{
color: #FD4C7E;
}
</style>
background-color css
<style>
a { background-color: #FD4C7E; }
a { background-color: rgb(253,76,126); }
div.DivClassName
{
background-color: #FD4C7E;
}
.BgClassName
{
background-color: #FD4C7E;
}
</style>
border-color css
<style>
span { border-color: #FD4C7E; }
span { border-color: rgb(253,76,126); }
td.TdClassName
{
border-color: #FD4C7E;
}
.TagClassName
{
border-color: #FD4C7E;
}
</style>