Shades of Wild Strawberry #F9439A
Tints of Wild Strawberry #F9439A
RGB
CMYK
RGB Variations
Color information
#F9439A (or 0xF9439A) is known color: Wild Strawberry. HEX triplet: F9, 43 and 9A. RGB value is (249,67,154). Sum of RGB (Red+Green+Blue) = 249+67+154=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 67 (26.56% from 255 or 14.26% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F9439A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9439A is #06BC65. Grayscale: #838383. Windows color (decimal): -441446 or 10109945. OLE color: 10109945.
HSL color Cylindrical-coordinate representation of color #F9439A: hue angle of 331.32º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9439A is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 154 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.02 |
| HSL | 331.32º | 0.94% | 0.62% | - |
| HSV(B) | 331.32º | 0.73% | 0.98% | - |
| XYZ | 46.91 | 26.49 | 33.21 | - |
| YUV | 131.34 | 140.8 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 154 | 0 | 0.73 | 0.38 | 0.02 | 331.32 | 0.94 | 0.62 |
| Hex | F9 | 43 | 9A | 0 | 49 | 26 | 2 | 14B | 5E | 3E |
| Octal | 371 | 103 | 232 | 0 | 111 | 46 | 2 | 513 | 136 | 76 |
| Binary | 11111001 | 1000011 | 10011010 | 0 | 1001001 | 100110 | 10 | 101001011 | 1011110 | 111110 |
Color Harmonies of #F9439A
Complementary color
Monochromatic Colors of #F9439A
Black with #F9439A
Text Example
Text Example
White with #F9439A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9439A; }
p { color: rgb(249,67,154); }
H1.HeaderClassName
{
color: #F9439A;
}
.AnyTagClassName
{
color: #F9439A;
}
</style>
background-color css
<style>
a { background-color: #F9439A; }
a { background-color: rgb(249,67,154); }
div.DivClassName
{
background-color: #F9439A;
}
.BgClassName
{
background-color: #F9439A;
}
</style>
border-color css
<style>
span { border-color: #F9439A; }
span { border-color: rgb(249,67,154); }
td.TdClassName
{
border-color: #F9439A;
}
.TagClassName
{
border-color: #F9439A;
}
</style>