Shades of Wild Strawberry #F23DAA
Tints of Wild Strawberry #F23DAA
RGB
CMYK
RGB Variations
Color information
#F23DAA (or 0xF23DAA) is known color: Wild Strawberry. HEX triplet: F2, 3D and AA. RGB value is (242,61,170). Sum of RGB (Red+Green+Blue) = 242+61+170=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F23DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23DAA is #0DC255. Grayscale: #7F7F7F. Windows color (decimal): -901718 or 11156978. OLE color: 11156978.
HSL color Cylindrical-coordinate representation of color #F23DAA: hue angle of 323.87º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23DAA is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 170 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.05 |
| HSL | 323.87º | 0.87% | 0.59% | - |
| HSV(B) | 323.87º | 0.75% | 0.95% | - |
| XYZ | 45.54 | 25.12 | 40.48 | - |
| YUV | 127.55 | 151.97 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 170 | 0 | 0.75 | 0.30 | 0.05 | 323.87 | 0.87 | 0.59 |
| Hex | F2 | 3D | AA | 0 | 4B | 1E | 5 | 144 | 57 | 3B |
| Octal | 362 | 75 | 252 | 0 | 113 | 36 | 5 | 504 | 127 | 73 |
| Binary | 11110010 | 111101 | 10101010 | 0 | 1001011 | 11110 | 101 | 101000100 | 1010111 | 111011 |
Color Harmonies of #F23DAA
Complementary color
Monochromatic Colors of #F23DAA
Black with #F23DAA
Text Example
Text Example
White with #F23DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23DAA; }
p { color: rgb(242,61,170); }
H1.HeaderClassName
{
color: #F23DAA;
}
.AnyTagClassName
{
color: #F23DAA;
}
</style>
background-color css
<style>
a { background-color: #F23DAA; }
a { background-color: rgb(242,61,170); }
div.DivClassName
{
background-color: #F23DAA;
}
.BgClassName
{
background-color: #F23DAA;
}
</style>
border-color css
<style>
span { border-color: #F23DAA; }
span { border-color: rgb(242,61,170); }
td.TdClassName
{
border-color: #F23DAA;
}
.TagClassName
{
border-color: #F23DAA;
}
</style>