Shades of Wild Strawberry #F2308A
Tints of Wild Strawberry #F2308A
RGB
CMYK
RGB Variations
Color information
#F2308A (or 0xF2308A) is known color: Wild Strawberry. HEX triplet: F2, 30 and 8A. RGB value is (242,48,138). Sum of RGB (Red+Green+Blue) = 242+48+138=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F2308A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2308A is #0DCF75. Grayscale: #747474. Windows color (decimal): -905078 or 9056498. OLE color: 9056498.
HSL color Cylindrical-coordinate representation of color #F2308A: hue angle of 332.16º 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 #F2308A is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 138 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.05 |
| HSL | 332.16º | 0.88% | 0.57% | - |
| HSV(B) | 332.16º | 0.8% | 0.95% | - |
| XYZ | 42.26 | 22.83 | 26.22 | - |
| YUV | 116.27 | 140.27 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 138 | 0 | 0.80 | 0.43 | 0.05 | 332.16 | 0.88 | 0.57 |
| Hex | F2 | 30 | 8A | 0 | 50 | 2B | 5 | 14C | 58 | 39 |
| Octal | 362 | 60 | 212 | 0 | 120 | 53 | 5 | 514 | 130 | 71 |
| Binary | 11110010 | 110000 | 10001010 | 0 | 1010000 | 101011 | 101 | 101001100 | 1011000 | 111001 |
Color Harmonies of #F2308A
Complementary color
Monochromatic Colors of #F2308A
Black with #F2308A
Text Example
Text Example
White with #F2308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2308A; }
p { color: rgb(242,48,138); }
H1.HeaderClassName
{
color: #F2308A;
}
.AnyTagClassName
{
color: #F2308A;
}
</style>
background-color css
<style>
a { background-color: #F2308A; }
a { background-color: rgb(242,48,138); }
div.DivClassName
{
background-color: #F2308A;
}
.BgClassName
{
background-color: #F2308A;
}
</style>
border-color css
<style>
span { border-color: #F2308A; }
span { border-color: rgb(242,48,138); }
td.TdClassName
{
border-color: #F2308A;
}
.TagClassName
{
border-color: #F2308A;
}
</style>