Shades of Wild Strawberry #FF439A
Tints of Wild Strawberry #FF439A
RGB
CMYK
RGB Variations
Color information
#FF439A (or 0xFF439A) is known color: Wild Strawberry. HEX triplet: FF, 43 and 9A. RGB value is (255,67,154). Sum of RGB (Red+Green+Blue) = 255+67+154=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF439A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF439A is #00BC65. Grayscale: #848484. Windows color (decimal): -48230 or 10109951. OLE color: 10109951.
HSL color Cylindrical-coordinate representation of color #FF439A: hue angle of 332.23º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF439A is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 154 | - |
| CMYK | 0 | 0.74 | 0.40 | 0 |
| HSL | 332.23º | 1% | 0.63% | - |
| HSV(B) | 332.23º | 0.74% | 1% | - |
| XYZ | 49.08 | 27.61 | 33.31 | - |
| YUV | 133.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 154 | 0 | 0.74 | 0.40 | 0 | 332.23 | 1 | 0.63 |
| Hex | FF | 43 | 9A | 0 | 4A | 28 | 0 | 14C | 64 | 3F |
| Octal | 377 | 103 | 232 | 0 | 112 | 50 | 0 | 514 | 144 | 77 |
| Binary | 11111111 | 1000011 | 10011010 | 0 | 1001010 | 101000 | 0 | 101001100 | 1100100 | 111111 |
Color Harmonies of #FF439A
Complementary color
Monochromatic Colors of #FF439A
Black with #FF439A
Text Example
Text Example
White with #FF439A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF439A; }
p { color: rgb(255,67,154); }
H1.HeaderClassName
{
color: #FF439A;
}
.AnyTagClassName
{
color: #FF439A;
}
</style>
background-color css
<style>
a { background-color: #FF439A; }
a { background-color: rgb(255,67,154); }
div.DivClassName
{
background-color: #FF439A;
}
.BgClassName
{
background-color: #FF439A;
}
</style>
border-color css
<style>
span { border-color: #FF439A; }
span { border-color: rgb(255,67,154); }
td.TdClassName
{
border-color: #FF439A;
}
.TagClassName
{
border-color: #FF439A;
}
</style>