Shades of Wild Strawberry #FF3699
Tints of Wild Strawberry #FF3699
RGB
CMYK
RGB Variations
Color information
#FF3699 (or 0xFF3699) is known color: Wild Strawberry. HEX triplet: FF, 36 and 99. RGB value is (255,54,153). Sum of RGB (Red+Green+Blue) = 255+54+153=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3699 is #00C966. Grayscale: #7D7D7D. Windows color (decimal): -51559 or 10041087. OLE color: 10041087.
HSL color Cylindrical-coordinate representation of color #FF3699: hue angle of 330.45º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3699 is Cyan = 0, Magento = 0.79, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 153 | - |
| CMYK | 0 | 0.79 | 0.4 | 0 |
| HSL | 330.45º | 1% | 0.61% | - |
| HSV(B) | 330.45º | 0.79% | 1% | - |
| XYZ | 48.31 | 26.2 | 32.65 | - |
| YUV | 125.39 | 143.59 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 153 | 0 | 0.79 | 0.4 | 0 | 330.45 | 1 | 0.61 |
| Hex | FF | 36 | 99 | 0 | 4F | 28 | 0 | 14A | 64 | 3D |
| Octal | 377 | 66 | 231 | 0 | 117 | 50 | 0 | 512 | 144 | 75 |
| Binary | 11111111 | 110110 | 10011001 | 0 | 1001111 | 101000 | 0 | 101001010 | 1100100 | 111101 |
Color Harmonies of #FF3699
Complementary color
Monochromatic Colors of #FF3699
Black with #FF3699
Text Example
Text Example
White with #FF3699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3699; }
p { color: rgb(255,54,153); }
H1.HeaderClassName
{
color: #FF3699;
}
.AnyTagClassName
{
color: #FF3699;
}
</style>
background-color css
<style>
a { background-color: #FF3699; }
a { background-color: rgb(255,54,153); }
div.DivClassName
{
background-color: #FF3699;
}
.BgClassName
{
background-color: #FF3699;
}
</style>
border-color css
<style>
span { border-color: #FF3699; }
span { border-color: rgb(255,54,153); }
td.TdClassName
{
border-color: #FF3699;
}
.TagClassName
{
border-color: #FF3699;
}
</style>