Shades of Wild Strawberry #FF3392
Tints of Wild Strawberry #FF3392
RGB
CMYK
RGB Variations
Color information
#FF3392 (or 0xFF3392) is known color: Wild Strawberry. HEX triplet: FF, 33 and 92. RGB value is (255,51,146). Sum of RGB (Red+Green+Blue) = 255+51+146=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3392 is #00CC6D. Grayscale: #7A7A7A. Windows color (decimal): -52334 or 9581567. OLE color: 9581567.
HSL color Cylindrical-coordinate representation of color #FF3392: hue angle of 332.06º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3392 is Cyan = 0, Magento = 0.8, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 146 | - |
| CMYK | 0 | 0.8 | 0.43 | 0 |
| HSL | 332.06º | 1% | 0.6% | - |
| HSV(B) | 332.06º | 0.8% | 1% | - |
| XYZ | 47.61 | 25.7 | 29.65 | - |
| YUV | 122.83 | 141.09 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 146 | 0 | 0.8 | 0.43 | 0 | 332.06 | 1 | 0.6 |
| Hex | FF | 33 | 92 | 0 | 50 | 2B | 0 | 14C | 64 | 3C |
| Octal | 377 | 63 | 222 | 0 | 120 | 53 | 0 | 514 | 144 | 74 |
| Binary | 11111111 | 110011 | 10010010 | 0 | 1010000 | 101011 | 0 | 101001100 | 1100100 | 111100 |
Color Harmonies of #FF3392
Complementary color
Monochromatic Colors of #FF3392
Black with #FF3392
Text Example
Text Example
White with #FF3392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3392; }
p { color: rgb(255,51,146); }
H1.HeaderClassName
{
color: #FF3392;
}
.AnyTagClassName
{
color: #FF3392;
}
</style>
background-color css
<style>
a { background-color: #FF3392; }
a { background-color: rgb(255,51,146); }
div.DivClassName
{
background-color: #FF3392;
}
.BgClassName
{
background-color: #FF3392;
}
</style>
border-color css
<style>
span { border-color: #FF3392; }
span { border-color: rgb(255,51,146); }
td.TdClassName
{
border-color: #FF3392;
}
.TagClassName
{
border-color: #FF3392;
}
</style>