Shades of Wild Strawberry #FF3DAA
Tints of Wild Strawberry #FF3DAA
RGB
CMYK
RGB Variations
Color information
#FF3DAA (or 0xFF3DAA) is known color: Wild Strawberry. HEX triplet: FF, 3D and AA. RGB value is (255,61,170). Sum of RGB (Red+Green+Blue) = 255+61+170=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 61 (24.22% from 255 or 12.55% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3DAA is #00C255. Grayscale: #838383. Windows color (decimal): -49750 or 11156991. OLE color: 11156991.
HSL color Cylindrical-coordinate representation of color #FF3DAA: hue angle of 326.29º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3DAA is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 170 | - |
| CMYK | 0 | 0.76 | 0.33 | 0 |
| HSL | 326.29º | 1% | 0.62% | - |
| HSV(B) | 326.29º | 0.76% | 1% | - |
| XYZ | 50.16 | 27.5 | 40.69 | - |
| YUV | 131.43 | 149.77 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 170 | 0 | 0.76 | 0.33 | 0 | 326.29 | 1 | 0.62 |
| Hex | FF | 3D | AA | 0 | 4C | 21 | 0 | 146 | 64 | 3E |
| Octal | 377 | 75 | 252 | 0 | 114 | 41 | 0 | 506 | 144 | 76 |
| Binary | 11111111 | 111101 | 10101010 | 0 | 1001100 | 100001 | 0 | 101000110 | 1100100 | 111110 |
Color Harmonies of #FF3DAA
Complementary color
Monochromatic Colors of #FF3DAA
Black with #FF3DAA
Text Example
Text Example
White with #FF3DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DAA; }
p { color: rgb(255,61,170); }
H1.HeaderClassName
{
color: #FF3DAA;
}
.AnyTagClassName
{
color: #FF3DAA;
}
</style>
background-color css
<style>
a { background-color: #FF3DAA; }
a { background-color: rgb(255,61,170); }
div.DivClassName
{
background-color: #FF3DAA;
}
.BgClassName
{
background-color: #FF3DAA;
}
</style>
border-color css
<style>
span { border-color: #FF3DAA; }
span { border-color: rgb(255,61,170); }
td.TdClassName
{
border-color: #FF3DAA;
}
.TagClassName
{
border-color: #FF3DAA;
}
</style>