Shades of Wild Strawberry #F2318B
Tints of Wild Strawberry #F2318B
RGB
CMYK
RGB Variations
Color information
#F2318B (or 0xF2318B) is known color: Wild Strawberry. HEX triplet: F2, 31 and 8B. RGB value is (242,49,139). Sum of RGB (Red+Green+Blue) = 242+49+139=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F2318B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2318B is #0DCE74. Grayscale: #747474. Windows color (decimal): -904821 or 9122290. OLE color: 9122290.
HSL color Cylindrical-coordinate representation of color #F2318B: hue angle of 332.02º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2318B is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 139 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.05 |
| HSL | 332.02º | 0.88% | 0.57% | - |
| HSV(B) | 332.02º | 0.8% | 0.95% | - |
| XYZ | 42.38 | 22.94 | 26.62 | - |
| YUV | 116.97 | 140.44 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 139 | 0 | 0.80 | 0.43 | 0.05 | 332.02 | 0.88 | 0.57 |
| Hex | F2 | 31 | 8B | 0 | 50 | 2B | 5 | 14C | 58 | 39 |
| Octal | 362 | 61 | 213 | 0 | 120 | 53 | 5 | 514 | 130 | 71 |
| Binary | 11110010 | 110001 | 10001011 | 0 | 1010000 | 101011 | 101 | 101001100 | 1011000 | 111001 |
Color Harmonies of #F2318B
Complementary color
Monochromatic Colors of #F2318B
Black with #F2318B
Text Example
Text Example
White with #F2318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2318B; }
p { color: rgb(242,49,139); }
H1.HeaderClassName
{
color: #F2318B;
}
.AnyTagClassName
{
color: #F2318B;
}
</style>
background-color css
<style>
a { background-color: #F2318B; }
a { background-color: rgb(242,49,139); }
div.DivClassName
{
background-color: #F2318B;
}
.BgClassName
{
background-color: #F2318B;
}
</style>
border-color css
<style>
span { border-color: #F2318B; }
span { border-color: rgb(242,49,139); }
td.TdClassName
{
border-color: #F2318B;
}
.TagClassName
{
border-color: #F2318B;
}
</style>