Shades of Wild Strawberry #FF3FAD
Tints of Wild Strawberry #FF3FAD
RGB
CMYK
RGB Variations
Color information
#FF3FAD (or 0xFF3FAD) is known color: Wild Strawberry. HEX triplet: FF, 3F and AD. RGB value is (255,63,173). Sum of RGB (Red+Green+Blue) = 255+63+173=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3FAD is #00C052. Grayscale: #848484. Windows color (decimal): -49235 or 11354111. OLE color: 11354111.
HSL color Cylindrical-coordinate representation of color #FF3FAD: hue angle of 325.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3FAD is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 173 | - |
| CMYK | 0 | 0.75 | 0.32 | 0 |
| HSL | 325.63º | 1% | 0.62% | - |
| HSV(B) | 325.63º | 0.75% | 1% | - |
| XYZ | 50.56 | 27.83 | 42.24 | - |
| YUV | 132.95 | 150.61 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 173 | 0 | 0.75 | 0.32 | 0 | 325.63 | 1 | 0.62 |
| Hex | FF | 3F | AD | 0 | 4B | 20 | 0 | 146 | 64 | 3E |
| Octal | 377 | 77 | 255 | 0 | 113 | 40 | 0 | 506 | 144 | 76 |
| Binary | 11111111 | 111111 | 10101101 | 0 | 1001011 | 100000 | 0 | 101000110 | 1100100 | 111110 |
Color Harmonies of #FF3FAD
Complementary color
Monochromatic Colors of #FF3FAD
Black with #FF3FAD
Text Example
Text Example
White with #FF3FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FAD; }
p { color: rgb(255,63,173); }
H1.HeaderClassName
{
color: #FF3FAD;
}
.AnyTagClassName
{
color: #FF3FAD;
}
</style>
background-color css
<style>
a { background-color: #FF3FAD; }
a { background-color: rgb(255,63,173); }
div.DivClassName
{
background-color: #FF3FAD;
}
.BgClassName
{
background-color: #FF3FAD;
}
</style>
border-color css
<style>
span { border-color: #FF3FAD; }
span { border-color: rgb(255,63,173); }
td.TdClassName
{
border-color: #FF3FAD;
}
.TagClassName
{
border-color: #FF3FAD;
}
</style>