Shades of Wild Strawberry #FF3492
Tints of Wild Strawberry #FF3492
RGB
CMYK
RGB Variations
Color information
#FF3492 (or 0xFF3492) is known color: Wild Strawberry. HEX triplet: FF, 34 and 92. RGB value is (255,52,146). Sum of RGB (Red+Green+Blue) = 255+52+146=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3492 is #00CB6D. Grayscale: #7B7B7B. Windows color (decimal): -52078 or 9581823. OLE color: 9581823.
HSL color Cylindrical-coordinate representation of color #FF3492: hue angle of 332.22º 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 #FF3492 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 146 | - |
| CMYK | 0 | 0.80 | 0.43 | 0 |
| HSL | 332.22º | 1% | 0.6% | - |
| HSV(B) | 332.22º | 0.8% | 1% | - |
| XYZ | 47.66 | 25.79 | 29.66 | - |
| YUV | 123.41 | 140.75 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 146 | 0 | 0.80 | 0.43 | 0 | 332.22 | 1 | 0.6 |
| Hex | FF | 34 | 92 | 0 | 50 | 2B | 0 | 14C | 64 | 3C |
| Octal | 377 | 64 | 222 | 0 | 120 | 53 | 0 | 514 | 144 | 74 |
| Binary | 11111111 | 110100 | 10010010 | 0 | 1010000 | 101011 | 0 | 101001100 | 1100100 | 111100 |
Color Harmonies of #FF3492
Complementary color
Monochromatic Colors of #FF3492
Black with #FF3492
Text Example
Text Example
White with #FF3492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3492; }
p { color: rgb(255,52,146); }
H1.HeaderClassName
{
color: #FF3492;
}
.AnyTagClassName
{
color: #FF3492;
}
</style>
background-color css
<style>
a { background-color: #FF3492; }
a { background-color: rgb(255,52,146); }
div.DivClassName
{
background-color: #FF3492;
}
.BgClassName
{
background-color: #FF3492;
}
</style>
border-color css
<style>
span { border-color: #FF3492; }
span { border-color: rgb(255,52,146); }
td.TdClassName
{
border-color: #FF3492;
}
.TagClassName
{
border-color: #FF3492;
}
</style>